Releases: inorganik/countUp.js
Releases · inorganik/countUp.js
2.0.3
types in package.json thanks to @lavyun
2.0.2
Changed module wrapper to commonjs
2.0.1
Change module wrapper to AMD for best compatibility with both webpack and requirejs
2.0.0
- Rewritten in Typescript
- Jest tests
- Cleaner signature
- Smart easing
- Multiple bundles - with and without rAF polyfill
v1.9.3
Fixed a formatting issue where separators were added in front of large negative numbers.
v1.9.2
- Refactored formatNumber method to not use RegExp, thanks @mhseiden
- Moved demo js into separate file
v1.9.1
Fixed separator check bug (removed separator check)
v1.9.0
- Moved modules for Angular 1x and Angular ^2 out of this repo and into their own repos.
- Added support for different numeral systems, so for instance you can use Farsi numerals, thanks @Pourbahrami
- Added
error property, so you can check for errors before you call start(). All calls to console.error() removed.
v1.8.5
Fixed an issue where calling update in callback would cause infinite rAF.
v1.8.4
Fixed an issue where grouping option was ignored.