Releases: cca-io/rescript-react-intl-extractor
Releases · cca-io/rescript-react-intl-extractor
0.14.0
04 Sep 13:54
Compare
Sorry, something went wrong.
No results found
Updated ReScript parser version to c4cf5fc (ReScript 10.1.4).
Fix crash when trying to unescape default message.
Add --verbose flag.
0.13.0
18 Sep 09:34
Compare
Sorry, something went wrong.
No results found
Updated ReScript parser version to 241fefd (ReScript 10.0.1).
Removed Reason support.
Unescape extracted strings to fix issue with duplicate backslash (\\n
vs. \n
).
Build with OCaml 4.14.0.
Perform Linux build on ubuntu-20.04 as ubuntu-18.04 is deprecated.
0.12.0
29 May 06:27
Compare
Sorry, something went wrong.
No results found
bs-react-intl-ppx support added.
Reason 3.7.0.
Changed build process to directly use OPAM instead of esy. This fixes the Windows build issues.
Switched back from Rely to Alcotest as Rely is not on OPAM and Alcotest seems to be better maintained.
Perform Linux build on ubuntu-18.04 to fix GLIBC mismatch on Debian 10.
0.11.0
17 May 13:02
Compare
Sorry, something went wrong.
No results found
Repo renamed to rescript-react-intl-extractor
and moved to the cca-io organization.
NPM package renamed to rescript-react-intl-extractor-bin
.
Updated ReScript parser version to bd995f (ReScript 9.1.2).
CI build is currently broken for Windows, therefore there is no Windows binary for this release.
0.10.0
10 Jan 16:05
Compare
Sorry, something went wrong.
No results found
Added ReScript support (ReScript 7cc70c9). 🎉
Removed support for bs-react-intl 1.x style message definition.
Downgraded to OCaml 4.06 to be able to build ReScript parser.
0.9.1
15 Nov 15:10
Compare
Sorry, something went wrong.
No results found
Added optional description support for message records via @intl.description
attribute.
0.9.0
19 Jun 13:36
Compare
Sorry, something went wrong.
No results found
Upgraded Reason parser to Reason 3.6.0 (release).
Support for bs-react-intl 2.x "message modules"
OCaml 4.08, Dune 2.
Migrated tests to Rely .
Moved CI to GitHub Actions.
macOS, Linux and Windows binaries built by CI.
0.8.0
12 Feb 20:15
Compare
Sorry, something went wrong.
No results found
Upgraded Reason parser to Reason 3.6.0 (8f71db0)
Upgraded dependencies.
0.7.0
12 Feb 08:07
Compare
Sorry, something went wrong.
No results found
Upgraded Reason parser to Reason 3.4.0.
Upgraded dependencies.
0.6.0
09 Dec 14:58
Compare
Sorry, something went wrong.
No results found
Upgraded Reason parser to Reason 3.3.7.
New command line option --allow-duplicates
to allow duplicate messages (@alexfedoseev ).
Upgraded dependencies.