Skip to content

Releases: IceCreamYou/MainLoop.js

1.0.4

30 May 01:43
Compare
Choose a tag to compare

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

20 Mar 23:42
Compare
Choose a tag to compare

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

29 Feb 07:01
Compare
Choose a tag to compare

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

16 Aug 23:35
Compare
Choose a tag to compare

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

17 Jan 22:39
Compare
Choose a tag to compare

Initial release.