February 11, 2016
What's new since last version:
- WARNING! Breaking change: public method
getBrowser()is renamed togetName(). - WARNING! Breaking change: changed the
compareVersions()return values to be more in line with other libraries. - You can now get the exact platform version (name or version numbers) on which the browser is run on with
getPlatformVersion(). Only working with Windows operating systems at the moment. - You can now determine if the browser is executed from a 64-bit platform with
is64bitPlatform(). - Better detection of mobile platform for Googlebot.