Skip to content

Latest commit

 

History

History
103 lines (45 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

103 lines (45 loc) · 3.92 KB

2.0.4 (2020-03-13)

Bug Fixes

  • use the new result.message property instead of old message (af14923)

2.0.3 (2020-03-03)

Bug Fixes

  • inform user when a error (but not a SyntaxError) occurs (3874a85)

2.0.2 (2020-03-03)

Bug Fixes

  • allow browserslist 'all' range to work (c969e95)

2.0.1 (2020-03-01)

Bug Fixes

  • write non-url output to stderr (c39cac3)

2.0.0 (2020-01-13)

Features

  • added browserslist support (5366d66), closes #10

BREAKING CHANGES

  • If your project makes use of browserslist, you need to now check that you are happy with your polyfill.io url being based on that config.

1.6.0 (2019-07-29)

Features

  • sort features query parameter value alphabetically (2d5c892)

1.5.0 (2019-07-29)

Features

  • adds the constructor of a feature to the features querystring if the specific feature does not exist from within polyfill-library (246c342)

1.4.2 (2019-07-24)

Bug Fixes

1.4.1 (2019-07-24)

Bug Fixes

  • add current working directory to the given file path (9590f71)

1.4.0 (2019-07-24)

Features

  • add a package description (ef7ce5a)

1.3.0 (2019-07-24)

Features

  • publish to npm and rename cli to package name (37c1bf1)

1.2.0 (2019-07-24)

Features

  • rename project and add command line interface (bc96efa)

1.1.0 (2019-07-24)

Features

  • add function which generates polyfill.io urls from an array of features (e7462cb)

1.0.0 (2019-07-24)

Features