- Add Dynamically add-remove duration to timer.
- Add Reset and destroy methods.
- Add unit tests.
- Add code coverage.
- Better documentation.
- Small bugfix about pause time
- Updated First two documentation topics written.
- Added total and repeat percentages with or without delay.
- Added total and repeat durations with or without delay.
- Added percentages test into the test/tests.
- Fixed repeat, endDelay methods now updating the total duration times.
- Fixed update and poll triggering before finish one more time for last UI updates.
- Small bugfixes
- Fixed debug option now false as default.
- Changed overtime limit and bump options now same as duration as default.
- Website launched. Documentation on way...
- Added Overtimer now reachable from window (window.Overtimer).
- Added bower and yarn related files.
- Fixed module check for browser usage.
- Updated package keywords
- Overtime feature added.
- Added bump(overtime) test.
- Added custom poll time option for performant UI updates.
- Added delay option.
- Added delay test.
- Readme updated
- Some bug fixes.
- Bugfix for shorthand onFinishCallback and debug option.
- test/tests/very_simple.js is now simpler.
- All files linted.
- Added pause and resume methods.
- Added pause, resume and finish events.
- Added pausedAt, resumedAt timestamps.
- Added pause_resume.js to tests.
- Initial commit