Skip to content

Releases: cca-io/rescript-react-intl-extractor

0.5.0

15 Sep 08:27
Compare
Choose a tag to compare
  • Upgraded Reason parser to Reason 3.3.3.
  • Ported tests to Alcotest.
  • jbuilder -> dune.
  • Upgraded dependencies.

0.4.0

25 May 10:07
933cfe8
Compare
Choose a tag to compare
  • 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.

0.3.0

16 May 15:34
Compare
Choose a tag to compare
  • Support [@intl.messages] for marking messages for extraction.
  • Error on duplicate message ids.

0.2.0

15 May 14:00
Compare
Choose a tag to compare

Extract messages from ReactIntl.defineMessages, too.

0.1.0

13 May 13:41
Compare
Choose a tag to compare

Initial Release.