Skip to content

Latest commit

 

History

History
80 lines (38 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

80 lines (38 loc) · 3.31 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-beta.0 (2019-10-15)

Bug Fixes

  • Adjust for change in MessageFormat API (b5e34c2)
  • lodaer: Adjust for change in MessageFormat API (edb6420)
  • Update dependencies (1fa93cb)

Features

  • Always apply locale-specific checks to plural cases (d5d746c)
  • loader: If given multiple locales, match them to the filename (827384f)
  • loader: Update for changed API (2196b43)

BREAKING CHANGES

  • loader: This may change the identified locale for some imported files. It probably only makes things better, but that's not a complete certainty.
  • This removes both the pluralKeyChecks option, as well as the disablePluralKeyChecks() method. To avoid the checks, pass in your own plural category function.

0.8.1 (2019-07-17)

Bug Fixes

0.8.0 (2019-03-03)

Bug Fixes

Features

  • loader: Add convert option, using messageformat-convert (#221) (b900898)
  • loader: Add YAML support (#222) (98d7298)
  • Harmonise code style with Prettier & add linting with ESLint (#220) (18bc474)

0.7.0 (2018-07-02)

  • Loosen peerDependency on messageformat to work with 1.x and above.

0.6.0 (2017-07-18)

  • Update for Webpack 2+
  • BREAKING: messageformat-loader now only accepts a pure JSON string as input instead of JS. If loading a single JSON file, simply drop json-loader and it should work. For multi-json-loader, update to 0.2.0+ and it will work as well.

0.5.0 (2017-05-08)

  • Support for intlSupport messageformat.js flag