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)