This repository has been archived by the owner on Jun 8, 2019. It is now read-only.
Releases: formatjs/babel-plugin-react-intl
Releases · formatjs/babel-plugin-react-intl
v3.0.1
v3.0.0
v2.4.0
v2.3.0
v2.2.0
This minor version again transforms Message Descriptors in source files to remove their description
fields, but in an idempotent-way, effectively reverting the change in #28.
A new extractSourceLocation
has been added which will also extract metadata about the location of the message in the source file. When enabled, then file
, start
, and end
fields will exist for each extracted message descriptors; it defaults to false
.
v2.1.0
This minor version removes source transformation, making the plugin idempotent, and fixes path handling to make sure all extract message JSON files end up in the configured messagesDir
.
v2.0.0 — Babel 6
v2 of this plugin works with Babel 6.
v1.0.0 — Babel 5
v1 of this plugin works with Babel 5.