Skip to content

Latest commit

 

History

History
95 lines (46 loc) · 4.57 KB

CHANGELOG.md

File metadata and controls

95 lines (46 loc) · 4.57 KB

Change Log

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

1.0.0 (2021-05-13)

Note: Version bump only for package @messageformat/convert

1.0.0-beta.1 (2020-11-29)

Bug Fixes

  • convert: Refactor some functions into separate source files (18f2ff5)
  • Update make-plural dependency to 6.0.1 (fb5ceaf)
  • convert: Update to make-plural 6.0.0-beta.3 (18d0225)
  • Update dependencies (b4907b5)
  • Update dependencies (c395452)
  • convert: Update README (3e363c3)

Features

  • Rename npm packages to use the @messageformat org (#290) (2e24133)
  • convert: Internalise common prefix/suffix length calculation (b89673e)
  • Harmonise code style with Prettier & add linting with ESLint (#220) (18bc474)
  • Update to make-plural v5 (851f698)
  • convert: Rename package as messageformat-convert; drop YAML parsing (0798915)

BREAKING CHANGES

  • The packages are renamed to use the @messageformat org:
  • messageformat -> @messageformat/core
  • messageformat-cli -> @messageformat/cli
  • messageformat-convert -> @messageformat/convert
  • messageformat-loader -> @messageformat/webpack-loader
  • messageformat-parser -> @messageformat/parser
  • messageformat-runtime -> @messageformat/runtime

0.4.0 (2020-04-12)

Bug Fixes

  • convert: Refactor some functions into separate source files (18f2ff5)
  • Update make-plural dependency to 6.0.1 (fb5ceaf)
  • convert: Update to make-plural 6.0.0-beta.3 (18d0225)

Features

  • convert: Internalise common prefix/suffix length calculation (b89673e)
  • Update to make-plural v5 (851f698)

0.3.1 (2019-07-17)

Bug Fixes

0.3.0 (2019-03-03)

First release as messageformat-convert; previously was yaml-to-messageformat.

Bug Fixes

Features

  • Harmonise code style with Prettier & add linting with ESLint (#220) (18bc474)
  • convert: Rename package as messageformat-convert; drop YAML parsing (0798915)