Releases: IceCreamYou/MainLoop.js
Releases · IceCreamYou/MainLoop.js
1.0.4
See changelog: 1.0.3...1.0.4
The main change in this release is a bug fix for the way the frames-per-second estimate is calculated; previously it was slightly underestimated.
1.0.3
See changelog: 1.0.2...1.0.3
The main change in this release is a bug fix that improves performance for Browserify users.
1.0.2
See changelog: 1.0.1...1.0.2
The main changes in this release for users are bug fixes:
- Fixed #6: Calling MainLoop.stop() from within animate() doesn't work
- Fixed an edge case error that could occur in non-CommonJS environments
There are a few more changes for contributors to this library:
- Added CONTRIBUTING.md, mainly to make it easier to learn how to run a build
- Added support for Travis CI to lint pull requests
- Generating documentation is a little harder for now because the automation stopped working for me
1.0.1
See changelog: 1.0.0...1.0.1
This release fixes a minor bug, updates some documentation, and makes it easier to install via npm.
1.0.0
Initial release.