-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from cknitt/feature/0.6.0
Version 0.6.0
- Loading branch information
Showing
5 changed files
with
26 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,37 @@ | ||
# Changelog | ||
|
||
## 0.6.0 - 2018-12-09 | ||
|
||
- Upgraded Reason parser to Reason 3.3.7. | ||
- New command line option `--allow-duplicates` to allow duplicate messages ([@alexfedoseev](https://github.com/alexfedoseev)). | ||
- Upgraded dependencies. | ||
|
||
## 0.5.0 - 2018-09-15 | ||
|
||
* Upgraded Reason parser to Reason 3.3.3. | ||
* Ported tests to Alcotest. | ||
* jbuilder -> dune. | ||
* Upgraded dependencies. | ||
- Upgraded Reason parser to Reason 3.3.3. | ||
- Ported tests to Alcotest. | ||
- jbuilder -> dune. | ||
- Upgraded dependencies. | ||
|
||
## 0.4.0 - 2018-05-25 | ||
|
||
* Directly use Reason parser api instead of forking the refmt exe for each file. | ||
- Directly use Reason parser api instead of forking the refmt exe for each file. | ||
Message extraction is now lightning fast! 😀 | ||
* Command line args | ||
* allow multiple source directories to be specified | ||
* support -v and -help options | ||
* Support message extraction when `open ReactIntl;` was used. | ||
* Added tests + Travis CI. | ||
- Command line args | ||
- allow multiple source directories to be specified | ||
- support `-v` and `-help` options | ||
- Support message extraction when `open ReactIntl;` was used. | ||
- Added tests + Travis CI. | ||
|
||
## 0.3.0 - 2018-05-16 | ||
|
||
* Support `[@intl.messages]` for marking messages for extraction. | ||
* Error on duplicate message ids. | ||
- Support `[@intl.messages]` for marking messages for extraction. | ||
- Error on duplicate message ids. | ||
|
||
## 0.2.0 - 2018-05-15 | ||
|
||
* Extract messages from `ReactIntl.defineMessages`, too. | ||
- Extract messages from `ReactIntl.defineMessages`, too. | ||
|
||
## 0.1.0 - 2018-05-13 | ||
|
||
* Initial Release. | ||
- Initial Release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
let version = "0.5.0"; | ||
let version = "0.6.0"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters