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)
- Adjust for change in MessageFormat API (b5e34c2)
- lodaer: Adjust for change in MessageFormat API (edb6420)
- Update dependencies (1fa93cb)
- 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)
- 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)
- loader: allow use without options (messageformat/loader#10) (f523608)
- loader: Harmonise package.json & update dependencies (c9b7a90)
- 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)
- Loosen peerDependency on messageformat to work with 1.x and above.
- 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. Formulti-json-loader
, update to 0.2.0+ and it will work as well.
- Support for
intlSupport
messageformat.js flag