All Versions
23
Latest Version
Avg Release Cycle
160 days
Latest Release
984 days ago

Changelog History
Page 2

  • v2.1.1 Changes

    November 13, 2016
    • [Fix] ensure that missing or null substitutions don’t crash (#79)
  • v2.1.0 Changes

    November 11, 2016
    • [New] Merge choosePluralForm & interpolate into one exported function: transformPhrase (#75)
    • [New] Allow locales to have regions (#70)
    • [New] Support Arabic pluralization (#71)
    • [New] Added Lithuanian locale to russian group of pluralization (#68)
    • [Deps] update object.assign, warning
    • [Dev Deps] pin uglify-js because it does not follow semver
    • [Dev Deps] update eslint-config-airbnb-base, eslint, eslint-plugin-import, mocha, should, uglify-js
    • [Performance] instead of creating a new regex for each token, use the function form of replace (#19)
    • [Refactor] use warning package for warnings
    • [Robustness] Use has package to properly check “has own property”
    • [Robustness] use string.prototype.trim rather than a homegrown trim polyfill
    • [Tests] only test on latest node v7, v6, v5, v4, and iojs; improve test matrix
    • [Tests] add linting
  • v2.0.0 Changes

    April 06, 2016
    • [Breaking] Remove non-node support + use object.assign/for-each.
    • [New] Add Slovak language to the Czech pluralization group
    • [Fix] fixwarn messages in node, where this is not the global object
    • [Tests] up to node v5.10, v4.4
    • [Tests] decaffeinate tests
  • v1.0.0 Changes

    November 29, 2015
    • [Tests] up to node v5.1
    • [Tests] fix npm upgrades on older nodes
    • [Dev Deps] update uglify-js, docco, should, mocha, and fix test pollution
  • v0.4.5 Changes

    November 29, 2015
    • [Fix] Ensure that dollar signs are properly escaped in substitutions (#43)
    • [Docs] use SPDX-compliant license string (#44)
  • v0.4.4 Changes

    October 26, 2015
    • [New] Add unset method (#43)
    • [Tests] test on travis-ci
  • v0.4.3 Changes

    June 26, 2015
    • Add .has(key) method (thanks @scarfacedeb).
    • Add UMD wrapper for AMD support (thanks @TomOne).
  • v0.4.2 Changes

    March 13, 2015
    • Allow blank translations.
  • v0.4.1 Changes

    July 14, 2014
    • Added support for warn option for custom error handler (thanks @terinjokes).
    • Added some more plural forms (thanks @jgill333).
  • v0.4.0 Changes

    May 22, 2014
    • Added support for nested phrase objects to extend() and in the phrases option in the constructor.