Browserslist Useragent Versions Save

🦔A utility to match a browserslist query with user agent strings

v4.0.0

1 year ago
  • This library now uses ua-parser-js instead of useragent as an underlying library for parsing user agent strings. This might introduce some minor differences in the way user agents are classified.
  • Library has been re-written in typescript
  • Node JS < v14 is no longer supported
  • browserslist is now a peer dependency of this library

https://github.com/pastelsky/browserslist-useragent/compare/v3.1.4...v4.0.0

v3.1.4

2 years ago

v3.1.3

2 years ago

Please use this version instead of 3.1.1 or 3.1.2 as this contains updated built files.

v3.1.1

2 years ago
  • Add yamlparser as a dependency — required by useragent, closes #30 . In the future, we need to replace useragent since it is unmaintained.

https://github.com/pastelsky/browserslist-useragent/compare/v3.1.0...v3.1.1

v3.1.0

2 years ago
  • Adds support for Yandex Search, Opera Mobile and Electron (47049a5, e99a7e5, 5ea4700, 7fc4018)
  • Use semver.coerce to parse version strings in user agents more reliably (5316a9c)
  • Update all dependencies to their latest versions

https://github.com/pastelsky/browserslist-useragent/compare/v3.0.3...v3.1.0

v3.0.3

4 years ago
  • Fixes #38, up – issue with allowHigherVersions set to true when unreleased Safari versions is a part of the browsers list b6871fa
  • Allow to specify path in browserslist options 9c386b0

https://github.com/pastelsky/browserslist-useragent/compare/v3.0.2...v3.0.3

v3.0.2

4 years ago
  • Add support for Chrome Mobile, fix IE bug #35 af9f836

https://github.com/pastelsky/browserslist-useragent/compare/v3.0.1...v3.0.2

v3.0.1

4 years ago
  • Fixes #41 Minor version ranges not respected a868100

https://github.com/pastelsky/browserslist-useragent/compare/v3.0.0...v3.0.1