Skip to content

v4.0.0

Compare
Choose a tag to compare
@GertjanReynaert GertjanReynaert released this 16 Dec 19:15

<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 and jsonTrailingNewLine options in favor of
    jsonOptions object that can have a space key and trailingNewline key

    (2b5360ff)