Skip to content

v2.0.0-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@eemeli eemeli released this 03 Sep 17:50

The main feature of this release is to add & satisfy test262 tests, and to also otherwise make the behaviour more in line with the documented API. Browser tests are now run by the CI to ensure that the polyfill works in IE11.

Released under the next tag on npm, so install with:

npm install --save-exact intl-pluralrules@next

Breaking Changes

  • The intl-pluralrules/pseudo-number-format endpoint is dropped #30

Other Changes

  • Add tests & fixes for test262 compliance #27
  • Behave more normally for locale resolution #28
  • Switch from Jest to Mocha, add IE11 browser tests #29

Full Changelog: v2.0.0-0...v2.0.0-1