Skip to content

Latest commit

 

History

History
102 lines (68 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

102 lines (68 loc) · 3.65 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.0 (2023-06-16)

Features

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

4.0.0 (2022-11-15)

4.0.0-beta.1 (2022-11-06)

4.0.0-beta.0 (2022-10-15)

⚠ 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

  • typo in cli option (e11f219)

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

[3.0.0] - 2021-02-03

Breaking

  • Requires Node 12+

[2.1.1] - 2020-10-17

Fixed

[2.1.0] - 2020-06-11

Fixed

  • Extracting browser family from regexp fix.

Changed

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

[2.0.5] - 2020-05-12

Fixed

[2.0.4] - 2020-04-23

Fixed

  • Desktop Safari regexp.

[2.0.3] - 2020-04-22

Fixed

[2.0.2] - 2020-04-16

Fixed

[2.0.0] - 2020-01-25

Breaking

  • Requires Node 10+

[1.3.1-beta] - 2019-07-30

Changed

  • Dependencies update.

[1.3.0-beta] - 2019-06-09

Added

  • trigen-scripts dev tool.

Changed

  • Dependencies update.

[1.2.0-beta] - 2019-05-09

Fixed

  • #23: Patch Chrome regexp to ignore Edge useragent.

[1.1.1-beta] - 2019-05-08

Fixed

  • #11: rollup-plugin-shebang -> rollup-plugin-add-shebang

[1.1.0-beta] - 2019-05-01

Summary

The size of RegExp for defaults has decreased by ~63%.

Changed

  • Result RegExps optimizations;
  • Removing of useless RegExps from result.

[1.0.3-beta] - 2019-04-07

Fixed