Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

52 lines (32 loc) · 2.69 KB

Change Log

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

3.0.0 (2022-10-21)

⚠ Breaking Changes

  • Users must use a named rather than default import of the plugin (#382):
    import { messageformat } from 'rollup-plugin-messageformat';

2.0.0 (2022-07-16)

⚠ Breaking Changes

  • Due to updated dependency requirements, a newer Node.js version is required: v14 or later.

1.0.0 (2021-05-13)

Note: Version bump only for package rollup-plugin-messageformat

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

Features

  • Rename npm packages to use the @messageformat org (#290) (2e24133)
  • rollup: Add first version, with draft of JSON & YAML support (0606aaa)
  • rollup: Add loader for Latin-1 .properties files (c610895)
  • rollup: Add support for UTF-8 .properties files (c00f0e6)
  • rollup: Refactor as TypeScript (e8751eb)
  • rollup: Use moduleSideEffects:false, syntheticNamedExports:true (bf974c6)
  • Start on rollup-plugin-messageformat, adding it as a package (cfb8444)

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