Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md « sprintf-js « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88c33f798b814a1a350baf118e3d38f949a12b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 1.1.2 (NOT YET RELEASED)

* Update Travis config to test on all LTE Node versions (i.e. 6+)
* Reorganize README; add instructions re polyfills
* Refactor the code
* Upgrade dependencies
* Fix minifying issue with missing semicolons
* Configure .npmignore to reduce package size


## 1.1.1 (2017-05-29)

* This CHANGELOG
* Various optimizations for modern browsers
* Fix %g, %o, %x and %X specifiers
* Use ESLint instead of JSHint
* Add CONTRIBUTORS file