Releases: GertjanReynaert/react-intl-translations-manager
Releases · GertjanReynaert/react-intl-translations-manager
v5.0.3
v5.0.2
v5.0.1
5.0.1 (2017-09-29)
Bug Fixes
- SemanticRelease: Trigger a new release with all version upgrades (acc89f7)
v5.0.0
<a name"5.0.0">
5.0.0 (2017-04-05)
Bug Fixes
- filePath: fix the path to translations and whitelists files so they can easily be renamed (8d9338b7)
Breaking Changes
- Since the language template is now passed to
provideTranslationsFile
andprovideWhitelistsFile
instead of the language itself, this is a breaking change.
(8d9338b7)
v4.0.1
v4.0.0
<a name"4.0.0">
4.0.0 (2016-12-16)
Features
- overrideCoreMethods: add ability to override single core methods (19e36c36)
Breaking Changes
-
Since the full potential of core is now exposed through the default
translationManager, it is no longer necessary to expose this method(438041ab)
-
printLanguageReport, printNoLanguageFile and printNoLanguageWhitelistFile now
receive the full languageReport, instead of a few paramters. The parameters from the previous
version are available on this languageReport.(2216c423)
-
Dropped
jsonSpaceIndentation
andjsonTrailingNewLine
options in favor of
jsonOptions
object that can have aspace
key andtrailingNewline
key(2b5360ff)