Skip to content

Latest commit

 

History

History
80 lines (36 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

80 lines (36 loc) · 3.4 KB

Change Log

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

3.0.0-beta.1 (2019-10-15)

Note: Version bump only for package messageformat-website

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

Bug Fixes

  • website: Include messageformat/compile-module in API docs (a17bb19)
  • website: Switch from JSON to JS config for easier path resolution (b28bc36)
  • website: Update OpenJS Foundation logo SVG file (9c1d85c)
  • Update dependencies (1fa93cb)

Features

  • messages: Split messageformat-messages into its own package (b49b40b)
  • Merge formatters into runtime (1cef20b)
  • Move runtime to its package; split stringify-dependencies from it (fbc10a5)
  • Rename messageformat-messages as messageformat-runtime (16c0a8b)

BREAKING CHANGES

  • This drops/deprecates the messageformat-formatters package, moving its exports to messageformat-runtime/lib/formatters.
  • messages: Previously, messages were a part of the core messageformat package. To use them, messageformat needed to be installed as a runtime rather than dev dependency. For clarity, it's here separated into its own package.

2.1.2 (2019-07-17)

Bug Fixes

2.1.1 (2019-05-02)

Bug Fixes

  • website: Adjust for messageformat path change (3c3282b)

2.1.0 (2019-03-03)

Bug Fixes

  • website: Support building on MacOS with gsed from Homebrew (33dfd3b)

Features

  • Harmonise code style with Prettier & add linting with ESLint (#220) (18bc474)
  • Refactor as a monorepo, using Lerna (#212) (f573ffc)