Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 885 Bytes

CHANGELOG.md

File metadata and controls

36 lines (27 loc) · 885 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.0] - 2021-04-17

Added

  • addSample function.

Changed

  • Add "type": "module" to package.json.

[0.1.2] - 2018-11-04

Fix

  • SimpleOptimization calling calling increaseWork incorrectly.

[0.1.1] - 2018-11-02

Fix

  • Correctly name option "maxWaitFrames" instead of "maxwaitFrames"

[0.1.0] - 2018-11-02

Changed

  • Moved module to src folder
  • Move all options onto an options sub-object

Added

  • UMD variant to umd folder
  • Add "waitMillis" and "maxWaitFrames" options

[0.0.2] - 2018-08-26

Fixed

  • Properly remove events from window on dispose.

[0.0.1] - 2018-08-10

  • Initial release