Skip to content

Releases: browserslist/browserslist-useragent-regexp

v4.1.3

10 Apr 11:48
Compare
Choose a tag to compare

Bug Fixes

v4.1.2

05 Apr 12:50
Compare
Choose a tag to compare

Bug Fixes

  • fix splitCommonDiff function to work correctly on common digits after first difference (#1543) (ae3981c)

v4.1.1

24 Dec 23:11
Compare
Choose a tag to compare

Bug Fixes

v4.1.0

16 Jun 20:44
Compare
Choose a tag to compare

Features

  • allow all browserslist options via JS API (#1489) (38d1e23)

v4.0.0

15 Nov 18:56
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • regexp -> regex in JS API naming
  • now browserslist is peer dependency
  • NodeJS >= 14 is required, no commonjs support

Features

  • bluare binary alias (288b473)
  • browserslist as peer dependency (eedbcc5)
  • move to ESM (#1450) (41456bc)
  • regexp-tree instead of operations with strings (#1462)
  • ua-regexes-lite instead of useragents (#1454)

Bug Fixes

v4.0.0-beta.1

06 Nov 21:57
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

Refactor

  • use regexp-tree instead of operations with strings (#1462)

    more optimizations were added, "defaults" query with allowHigherVersions is now ~30% smaller than in v3

v4.0.0-beta.0

15 Oct 14:38
Compare
Choose a tag to compare
v4.0.0-beta.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • regexp -> regex in JS API naming, new regexes from ua-regexes-lite
  • now browserslist is peer dependency
  • NodeJS >= 14 is required, no commonjs support

Features

Bug Fixes

Refactoring

  • rename js api, ua-regexes-lite instead of useragents (#1454) (332b7d8)

v3.0.0

03 Feb 20:49
Compare
Choose a tag to compare

Breaking

  • Requires Node 12+

v2.1.1

17 Oct 05:44
Compare
Choose a tag to compare

Fixed

v2.1.0

10 Jun 19:11
Compare
Choose a tag to compare

Fixed

  • Extracting browser family from regexp fix.

Changed

  • HeadlessChrome regexp was removed, works with regular Chrome regexp.