Skip to content

Releases: maxdeviant/extract-intl

v3.0.1

Choose a tag to compare

@maxdeviant maxdeviant released this 08 Oct 22:28

Added

  • Added the ability to specify parser options.

v3.0.0

Choose a tag to compare

@maxdeviant maxdeviant released this 08 Oct 22:10

Changed

  • Use @babel/parser instead of regular expressions.

Removed

  • Removed CLI.
  • Removed support for extracting formatMessage.

Fixed

  • Fixed parsing of nested <FormattedMessage />s.

v2.0.0

Choose a tag to compare

@maxdeviant maxdeviant released this 16 Mar 17:44

Removed

  • Remove newline detection in <FormattedMessage />.

v1.0.0

Choose a tag to compare

@maxdeviant maxdeviant released this 16 Mar 17:02

Added

  • Return the list of duplicated message IDs.

v0.0.4

Choose a tag to compare

@maxdeviant maxdeviant released this 09 Aug 22:11

Added

  • Detect newlines in <FormattedMessage />.

v0.0.3

Choose a tag to compare

@maxdeviant maxdeviant released this 21 Jul 19:16

Fixed

  • Support newlines on Windows.

v0.0.2

Choose a tag to compare

@maxdeviant maxdeviant released this 19 Jul 02:44

Added

  • Added Changelog.

Fixed

  • Updated files distributed on npm.

v0.0.1

Choose a tag to compare

@maxdeviant maxdeviant released this 19 Jul 02:43

Added

  • Initial release.