|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.6.0 - 2018-12-09 |
| 4 | + |
| 5 | +- Upgraded Reason parser to Reason 3.3.7. |
| 6 | +- New command line option `--allow-duplicates` to allow duplicate messages ([@alexfedoseev](https://github.com/alexfedoseev)). |
| 7 | +- Upgraded dependencies. |
| 8 | + |
3 | 9 | ## 0.5.0 - 2018-09-15
|
4 | 10 |
|
5 |
| -* Upgraded Reason parser to Reason 3.3.3. |
6 |
| -* Ported tests to Alcotest. |
7 |
| -* jbuilder -> dune. |
8 |
| -* Upgraded dependencies. |
| 11 | +- Upgraded Reason parser to Reason 3.3.3. |
| 12 | +- Ported tests to Alcotest. |
| 13 | +- jbuilder -> dune. |
| 14 | +- Upgraded dependencies. |
9 | 15 |
|
10 | 16 | ## 0.4.0 - 2018-05-25
|
11 | 17 |
|
12 |
| -* Directly use Reason parser api instead of forking the refmt exe for each file. |
| 18 | +- Directly use Reason parser api instead of forking the refmt exe for each file. |
13 | 19 | Message extraction is now lightning fast! 😀
|
14 |
| -* Command line args |
15 |
| - * allow multiple source directories to be specified |
16 |
| - * support -v and -help options |
17 |
| -* Support message extraction when `open ReactIntl;` was used. |
18 |
| -* Added tests + Travis CI. |
| 20 | +- Command line args |
| 21 | + - allow multiple source directories to be specified |
| 22 | + - support -v and -help options |
| 23 | +- Support message extraction when `open ReactIntl;` was used. |
| 24 | +- Added tests + Travis CI. |
19 | 25 |
|
20 | 26 | ## 0.3.0 - 2018-05-16
|
21 | 27 |
|
22 |
| -* Support `[@intl.messages]` for marking messages for extraction. |
23 |
| -* Error on duplicate message ids. |
| 28 | +- Support `[@intl.messages]` for marking messages for extraction. |
| 29 | +- Error on duplicate message ids. |
24 | 30 |
|
25 | 31 | ## 0.2.0 - 2018-05-15
|
26 | 32 |
|
27 |
| -* Extract messages from `ReactIntl.defineMessages`, too. |
| 33 | +- Extract messages from `ReactIntl.defineMessages`, too. |
28 | 34 |
|
29 | 35 | ## 0.1.0 - 2018-05-13
|
30 | 36 |
|
31 |
| -* Initial Release. |
| 37 | +- Initial Release. |
0 commit comments