Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 11, 2016
1 parent 3306134 commit 2d06f0f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### v2.1.0: 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: April 6, 2016
* [Breaking] Remove non-node support + use object.assign/for-each.
* [New] Add Slovak language to the Czech pluralization group
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-polyglot",
"version": "2.0.0",
"version": "2.1.0",
"description": "Give your JavaScript the ability to speak many languages.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2d06f0f

Please sign in to comment.