Skip to content

Latest commit

 

History

History
167 lines (94 loc) · 4.08 KB

HISTORY.md

File metadata and controls

167 lines (94 loc) · 4.08 KB

CHANGELOG


2.5.0 (2016-07-27)

  • feat(browser): use package.json:browser field, and babel transfrom to ES5. #105

2.4.5 (2016-02-15)

  • fix(smartisan): fixed smartisan device and OS rule. #97.

2.4.4 (2016-02-05)

  • fix(moto): fixed moto rule. #95, #96.

2.4.3 (2016-01-25)

  • fix(ReferenceError): name is not defined. fixed #92

2.4.2 (2015-12-18)

  • fix(theworld): version for the world browser. fixed #90
  • refact(web-node): Web is Web, Node is Node. #87

2.4.1 (2015-09-16)

  • fix(micromessenger): micromessenger rule need before qq browser, because micromessenger use qq browser engine in some Android phone. #84, #85.

2.4.0 (2015-08-23)

  • feat(micromessenger): move wechat support from node to web. #83

2.3.0 (2015-07-30)

  • feat(edge): Add Microsoft Edge browser support. #79 #80

2.2.3 (2015-07-01)

  • feat(browser): package.browser filed.
  • doc(ios): Add iOS code name.
  • doc(alias): Add Mac OS X 10.11 code name.
  • doc(english): Use english document.

2.2.2 (2015-04-22)

  • Fixed #76, 增强了三星手机识别问题。

2.2.1 (2015-02-13)

  • Fixed #75, meizu device rule.
  • Fixed smartisan device and os rules.
  • Update blink engine test case, both available in blink engine and others.
  • Add arale keyword.

2.2.0 (2014-12-18)

  • #15, Add Blink engine.
  • #64, Add 增加了大量的杂牌手机设备 (Node)
  • Fixed nokia and some rules.
  • #37, #43, Delete window.detector global variable.

2.1.2 (2014-12-04)

  • Fixed BlackBerry device, os, and browser rule.
  • Fixed Gecko render engine version number.

2.1.1 (2014-09-22)

  • Update var window to var win for jscoverage.
  • Fixed BaiduHD browser rule.

2.1.0 (2014-09-17)

  • 由于 2.0.2 版修改了部分浏览器名称,可能会有不兼容影响,因此升级次版本号。

2.0.2 (2014-09-17)

  • Add #59 欧朋浏览器 (oupeng)
  • Fixed #56 sogou, liebao, maxthon, baidu 浏览器规则
  • Fixed #60 UC 浏览器规则,支持 UC 桌面版。
  • Update #58 修改 sg, mx, fs, sy 浏览器名称。

2.0.1 (2014-05-13)

  • 调整代码结构,层次更简单。
  • 优化命令行工具,输出更美观。

2.0.0 (2014-05-13)

  • Update: 托 spm@3.x 的福,遵循 CommonJS 规范。同一份源码,不同一个世界。
  • Add: 增加了多个搜索引擎爬虫识别规则。
  • Fixed: 支持 UC 浏览器使用 adr 来标识 Android 设备的规则。
  • Delete: g_detector 全局变量。
  • Update: 更新或优化多个规则,提升了识别准确率。

1.5.0 (2014-05-10)

  • Update: 猎豹浏览器 for iPhone 的识别。
  • Add: 海豚浏览器识别规则。
  • Add: 阿里巴巴系列移动设备客户端的识别。
  • Add: UC 浏览器的 u2, u3 渲染引擎。
  • Fixed: 修复并增强 UC 浏览器的的一些规则。
  • Fixed: vivo 无版本号的识别。

1.4.0 (2014-03-27)

  • Add #11, Yandex browser support.
  • Add #43, window.detector and window.g_detector.

1.3.0 (2013-08-28)

  • Update #37 同时支持 CMD 和非 CMD 模块。但我们强烈建议使用 CMD。

1.2.1 (2013-07-11)

  • Update #27, 附加 navigator.appVersion 和 navigator.vendor 增强识别信息, 更好的支持 UC 浏览器这样特殊的场景。

1.2.0 (2013-07-04)

tag:improved #28, 增强了移动设备的识别。

tag:fixed #29, 修复了猎豹浏览器版本号可能为 undefined 的问题。

tag:fixed #30, 支持最新最贱的 IE11 浏览器。

1.1.3 (2013-06-19)

tag:fixed #25, 支持 iOS 的 WebView。

tag:fixed #26, 部分 UC 浏览器被识别为 Android 的问题。

1.1.2 (2013-06-07)

tag:fixed #24, 规避 external 可能出现的异常。

1.1.1 (2013-05-31)

tag:fixed #17, 修复并增加了 360, theworld, maxthon 等浏览器的识别。

tag:fixed #19, 修复了 Opera Next 的识别问题。

tag:changed 修改 detector.detect() 方法为 detector.parse()

1.1.0 (2013-05-10)

tag:changed #12, 简化版本号的设计。

1.0.1 (2013-05-02)

tag:new 新增了多种客户端识别规则。

tag:fixed 修复 Windows Phone 识别为 Windows 的问题。

1.0.0 (2013-05-01)

tag:new 发布第一个可用版本。