February 2, 2020
What's new since last version:
- WARNING! Breaking change: complete rework of robots detection. Now robot name and version is detected in addition of browser name and version. Use
getRobotName()andgetRobotVersion()whenisRobot()is true. - WARNING! Breaking change: due to robots detection rework the following methods signatures has changed (
isRobotparameter removed):addCustomBrowserDetection(),checkSimpleBrowserUA(),checkBrowserUAWithVersion(). - Added possibility to support new robots with
addCustomRobotDetection(). - Added support for the new Microsoft Edge based on Chromium.
- Added version names for Android 10 and later (Google no longer use candy names for new versions).
- Added macOS Catalina detection.
- Added Windows Server 2019 detection (Windows Server 2016 can be no longer detected due to the fact that they both use the same version number and that the build is not included in the user agent).