Releases: cca-io/rescript-react-intl-extractor
Releases · cca-io/rescript-react-intl-extractor
0.5.0
0.4.0
- 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.