Skip to content

Releases: wessberg/browserslist-generator

v1.0.11

16 Feb 22:26
Compare
Choose a tag to compare
  • fix(tests): fixes a test that would crash 9584632
  • build(npm): updates dependencies ffd312e

v1.0.10...v1.0.11

v1.0.10

07 Feb 14:40
Compare
Choose a tag to compare
  • build(npm): updates dependencies. 44f6931

v1.0.9...v1.0.10

v1.0.9

28 Jan 13:30
Compare
Choose a tag to compare
  • fix(edge): fixes an issue where some minor versions of Edge 16 would report as Edge 18 a0623f6

v1.0.8...v1.0.9

v1.0.8

24 Jan 21:14
Compare
Choose a tag to compare
  • fix(safari): fixes an issue where patch versions of safari 12 would incorrectly translate to safari TP 8398d13
  • test(safari): adds tests for safari and web animations c83c3d1
  • fix(package.json): updated prettier configuration ea31ab8
  • fix(project): ran prettier 406b371
  • fix(build): updates build scripts a047643

v1.0.7...v1.0.8

v1.0.7

24 Jan 19:40
Compare
Choose a tag to compare
  • fix(build): updates build scripts 06f8e32

v1.0.6...v1.0.7

v1.0.6

24 Jan 19:38
Compare
Choose a tag to compare
  • fix(build): updates build scripts dd9f8ab
  • fix(build): adds Rollup to the build pipeline to produce simple, flat output 4218de0
  • Fixed linting issues 67f7a3d
  • fix(bug): fixes some issues with detecting safari vs safari TP 25c1b17
  • updated CHANGELOG 5e18fff
  • Updated deps 895e19d

v1.0.5...v1.0.6

v0.0.48

10 Oct 22:23
Compare
Choose a tag to compare

v.0.0.48

New features

Browserslists in relation to EcmaScript versions

New helper functions has been added in 8173687:

  • getAppropriateEcmaVersionForBrowserslist
  • browserslistSupportsEcmaVersion
  • browsersWithSupportForEcmaVersion

These make it possible to target specific EcmaScript versions, rather than features. This is particularly useful when working with the Typescript compiler which doesn't apply transformations based on specific features, but rather on the targeted version of EcmaScript.