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.
addSample
function.
- Add
"type": "module"
to package.json.
- SimpleOptimization calling calling
increaseWork
incorrectly.
- Correctly name option "maxWaitFrames" instead of "maxwaitFrames"
- Moved module to src folder
- Move all options onto an options sub-object
- UMD variant to umd folder
- Add "waitMillis" and "maxWaitFrames" options
- Properly remove events from window on dispose.
- Initial release