Releases: inorganik/countUp.js
Releases · inorganik/countUp.js
v1.8.0
- Angular 2 support, thanks @vigie
- TypeScript definition file, thanks @ThYpHo0n
v1.7.1
- remove redundant postFormatter (use optional formattingFn instead)
- fix rounding bug introduced in 1.6.0
- clean up code
v1.7.0
- Options attribute for angular directive (thanks @daggmano)
- Accept optional custom easing function (thanks @mmieluch)
- Accept optional custom formatting function (thanks @tristanoneil)
v1.6.1
- Angular directive improvements - thanks Vivien Hung and @jgranstrom
- Fix counting for small ranges (improve duration accuracy) - thanks @anoakie
v1.6.0
- Add an angular directive
- Some minor improvements
v 1.5.3
Had to create a new release so that bower, etc would pull the proper archive no no errors in package descriptions.
v 1.5.0
Adds support for AMD (asynchronous module definition) thanks to @vash15
v 1.4.0
- Change class name from "countUp" to "CountUp" (filename is still countUp.js)
- Add pauseResume() method
- Deprecate stop() and resume() methods
- Add update() documentation
- Slight tweak to update()
v 1.3.3
Adds update method to avoid having to re-initialize to count to a new value thanks to @aludvigsen
v1.3.2
Added abillity to count in svg text elements.