Skip to content

Releases: wessberg/browserslist-generator

v3.0.0

24 Sep 13:15
Compare
Choose a tag to compare

BREAKING CHANGES:

Dropped support for Node <18.20.0, because Import Assertions has been replaced by Import Attributes.

v2.3.0...v3.0.0

v2.3.0

30 Aug 12:59
Compare
Choose a tag to compare
  • feat: remove and_qq, and_uc, baidu, and kaios from generated browserslists, as the data for these browsers are lacking and harms feature detection otherwise ac24451
  • feat: allow more precise filtering 553c111

v2.2.0...v2.3.0

v2.2.0

30 Aug 11:17
Compare
Choose a tag to compare
  • chore: bump rollup-plugin-ts dep 2cf5285
  • feat: add support for ES2024 7b3c548

v2.1.0...v2.2.0

v2.1.0

02 Aug 23:20
Compare
Choose a tag to compare

v2.0.3...v2.1.0

v2.0.3

02 Feb 12:56
Compare
Choose a tag to compare
  • fix: point to new feature name for nullish coalescing assignments in mdn compat data af2b4ca

v2.0.2...v2.0.3

v2.0.2

23 Jan 20:58
Compare
Choose a tag to compare
  • feat: handle Android browsers even better f28918f

v2.0.1...v2.0.2

v2.0.1

20 Jan 15:52
Compare
Choose a tag to compare

New Features

browserslist-generator is now based on ESM and requires Node v14.19.0 (BREAKING CHANGE)

Now is a good time to make browserslist-generator a type: "module" package. However, it still provides a CommonJS fallback. If your codebase is still based on CommonJS, you should be fine. Please know however, that browserslist-generator requires an environment running Node v14.19.0 or newer going forward.

Changelog

  • fix: update workflow config aa274fc
  • fix: fix sandhog confiog 17513f0
  • feat: migrate to ESM 3d5c8f0
  • feat: improve Android feature detection b687a2d

v1.0.66...v2.0.1

v1.0.66

12 Apr 21:24
Compare
Choose a tag to compare
  • test: run tests on Node v14, 16, and 17 df46f20
  • chore: bump dependencies 99999b8

v1.0.65...v1.0.66

v1.0.65

17 Nov 20:20
Compare
Choose a tag to compare
  • feat: add support for ES2021 and ES2022 Ecma versions 81eecb8

v1.0.64...v1.0.65

v1.0.64

24 Sep 08:02
Compare
Choose a tag to compare

v1.0.63...v1.0.64