- feat(browser): use package.json:browser field, and babel transfrom to ES5. #105
- fix(smartisan): fixed smartisan device and OS rule. #97.
- fix(moto): fixed moto rule. #95, #96.
- fix(ReferenceError): name is not defined. fixed #92
- fix(theworld): version for the world browser. fixed #90
- refact(web-node): Web is Web, Node is Node. #87
- fix(micromessenger): micromessenger rule need before qq browser, because micromessenger use qq browser engine in some Android phone. #84, #85.
- feat(micromessenger): move wechat support from node to web. #83
- feat(edge): Add Microsoft Edge browser support. #79 #80
- 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.
- Fixed #76, 增强了三星手机识别问题。
- 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.
- #15, Add
Blink
engine. - #64, Add 增加了大量的杂牌手机设备 (Node)
- Fixed
nokia
and some rules. - #37, #43, Delete
window.detector
global variable.
- Fixed BlackBerry device, os, and browser rule.
- Fixed Gecko render engine version number.
- Update
var window
tovar win
for jscoverage. - Fixed BaiduHD browser rule.
- 由于 2.0.2 版修改了部分浏览器名称,可能会有不兼容影响,因此升级次版本号。
- Add #59 欧朋浏览器 (oupeng)
- Fixed #56 sogou, liebao, maxthon, baidu 浏览器规则
- Fixed #60 UC 浏览器规则,支持 UC 桌面版。
- Update #58 修改 sg, mx, fs, sy 浏览器名称。
- 调整代码结构,层次更简单。
- 优化命令行工具,输出更美观。
- Update: 托 [email protected] 的福,遵循 CommonJS 规范。同一份源码,不同一个世界。
- Add: 增加了多个搜索引擎爬虫识别规则。
- Fixed: 支持 UC 浏览器使用 adr 来标识 Android 设备的规则。
- Delete: g_detector 全局变量。
- Update: 更新或优化多个规则,提升了识别准确率。
- Update: 猎豹浏览器 for iPhone 的识别。
- Add: 海豚浏览器识别规则。
- Add: 阿里巴巴系列移动设备客户端的识别。
- Add: UC 浏览器的 u2, u3 渲染引擎。
- Fixed: 修复并增强 UC 浏览器的的一些规则。
- Fixed: vivo 无版本号的识别。
Add
#11, Yandex browser support.Add
#43, window.detector and window.g_detector.
Update
#37 同时支持 CMD 和非 CMD 模块。但我们强烈建议使用 CMD。
Update
#27, 附加 navigator.appVersion 和 navigator.vendor 增强识别信息, 更好的支持 UC 浏览器这样特殊的场景。
tag:improved
#28, 增强了移动设备的识别。
tag:fixed
#29, 修复了猎豹浏览器版本号可能为 undefined 的问题。
tag:fixed
#30, 支持最新最贱的 IE11 浏览器。
tag:fixed
#25, 支持 iOS 的 WebView。
tag:fixed
#26, 部分 UC 浏览器被识别为 Android 的问题。
tag:fixed
#24, 规避 external 可能出现的异常。
tag:fixed
#17, 修复并增加了 360, theworld, maxthon 等浏览器的识别。
tag:fixed
#19, 修复了 Opera Next 的识别问题。
tag:changed
修改 detector.detect()
方法为 detector.parse()
。
tag:changed
#12, 简化版本号的设计。
tag:new
新增了多种客户端识别规则。
tag:fixed
修复 Windows Phone 识别为 Windows 的问题。
tag:new
发布第一个可用版本。