Skip to content

Releases: GertjanReynaert/react-intl-translations-manager

v3.0.0

11 Apr 18:02

Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-04-11)

Features

  • SortJSON: sort translation messages by key (8210b35a)

Breaking Changes

  • Sorting of your json is enabled by default, to keep the
    original behaviour you can set sortKeys: false in your config.

CLOSES: #23

(8210b35a)

v2.1.0

24 Feb 15:40

Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-02-24)

Features

  • DuplicateIds: Add no duplicate Id's message (19081df6)

v2.0.1

23 Feb 19:22

Choose a tag to compare

<a name"2.0.1">

2.0.1 (2016-02-23)

Bug Fixes

  • Imports: Remove babel-root-import and use plain js paths (4a5228b5)

v2.0.0

23 Feb 18:25

Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-02-23)

Features

  • Paths: Add support for absolute paths (2dabc00a, closes #6)

Breaking Changes

  • Might break incorrect relative paths that were previously corrected by Path.join
    Closes #6

    (2dabc00a)

v1.0.3

18 Jan 08:18

Choose a tag to compare

<a name"1.0.3">

1.0.3 (2016-01-18)

Bug Fixes

  • core: Make core a little more robust (940d5a39)

v1.0.2

17 Jan 22:48

Choose a tag to compare

<a name"1.0.2">

1.0.2 (2016-01-17)

Bug Fixes

  • build: Switched main to index.js (15485555)

v1.0.1

17 Jan 22:40

Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-01-17)

Bug Fixes

  • Build: Eliminate webpack, create babel only build (2a98f86f)

v1.0.0

17 Jan 19:33

Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-01-17)

Bug Fixes

  • build: Point main to build, instead of non existent minified build (76c91d82)

Features