Unreleased
April 30, 2018
- feat: Add sort-by-id option to po2json(@matheusd in [#134])
- chore: ncu update
April 11, 2018
- feat: Support --indentation option (@matheusd in [#128])
- chore: ncu update & use node 9.11.1
March 13, 2018
- feat: Custom lang mapper regex and index (@camflan in [#122])
- chore: ncu update & upgrade node 9.8.0 and yarn 1.5.1
Jan 26, 2018
- fix(dependency): pinOnlyDevDependencies (#111)
Jan 16, 2018
- chore: ncu update
Jul 19, 2017
- chore(env): add node 8 to travisCI & switch to yarn
- chore(dev): introduce prettier & switch from eslint-config-m to airbnb-base
- chore(test): upgrade Jest to 20
- refactor(ramda): switch from lodash to ramda.js
- fix(context): missing the
messageContext
arguments for extractAndWritePOTFromMessagesSync function.
Jul 17, 2017
- feat(contexts): Allow user to specify msgctxt with
-c
arguments. (@Sand1929in [#84])
Example: https://github.com/evenchange4/react-intl-po-example#option
Mar 02, 2017
- fix(potFormater): Escape quotes in msgId (@jonbretman in [#70])
- chore(Jest): update jest to 19.
Feb 12, 2017
- feat(potFormater): Add defaultMessage to metadata of pot files. (@Guibod in [#60])
Feb 11, 2017
-
feat(jest): replace ava with jest snapshot testing (#63)
-
fix(messageKey): allowing duplicated key in the same file. (#59)
[BREAKING CHANGES]
- readAllMessageAsObjectSync: Passing
messageKey: String
as second parameter.
- readAllMessageAsObjectSync: Passing
Feb 11, 2017
- feat(pot): Added support for POT header. (@Guibod in [#56])
Oct 26, 2016
- feat(node): upgrade to node v6
- feat(npm): upgrade to npm v3
- feat(eslint): upgrade to eslint v3
Oct 21, 2016
- feat(messageKey): Added feature where you can pass the message key and use something else than defaultMessage. (@janzal in [#41])
Sep 21, 2016
- fix(DEFAULT_MAPPER): prefix is not required anymore. (@eliseumds in [#19], @MorrisGallego in [#34])
Sep 13, 2016
- test(structure): move output .temp file into the temp folder for gitignore.
- feat(po2json): added generation of one output file per input if the specified output is a folder. (@MorrisGallego in [#29])
Aug 19, 2016
- chore(modules): upgrade dependency
- feat(filterPOAndWriteTranslateSync): ensure the output folder exists. (@wuct in [#27])
Apr 12, 2016
- chore(ava): update lint and test
- chore(codecov): switch to use codecov
- chore(alias): use full name of package
Mar 30, 2016
- feat(cli): add cli bin config
Mar 27, 2016
- first release