Sha256: f9109dc14d9236d41ad450ce7ff14968dd0903044be3013d1a1d44746a88c3d2
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# Changelog ## v2.1.0 - Add PrivacyAwareBot, ltx71, Squider and Traackr to bots. - Match Google Structured Data alternative bot. - Match MicroMessenger (WeChat). - Match Weibo. - Detect Windows & Mac OS versions. ## v2.0.3 - Fix issue with version detection when no actual version is provided (i.e. the user agent doesn't have any version information). ## v2.0.2 - Fix issue when user agent is set to `nil`. - Fix issue with user agent without version information. ## v2.0.1 - Fix Rails integration. ## v2.0.0 - `Browser#platform` now returns instance of `Browser::Platform`, instead of a `String`. It contains information about the platform (software). - `Browser#device` was added. It returns information about the device (hardware). - `Browser#accept_language` now returns a list of `Browser::AcceptLanguage` objects. - `Browser#bot` now returns a `Browser::Bot` instance. - Safari running as web app mode is not recognized as Safari anymore. - ruby-2.3+ will always activate frozen strings. - [List of all commits since last release](https://github.com/fnando/browser/compare/v1.1.0...v2.0.0)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
browser-2.1.0 | CHANGELOG.md |