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.
- Detecting if timer was paused when deserialized.
- README.
- README.
- .format custom templates.
- package.json
- isRunning.
- README.
- benchmark timer label.
- README.
- A new implementation of the timer based on timestamp.
- typescript definitions for the timer.
- replace time funtions with a single
.time()
function.
.time()
returns elapsed time as an object of time fractions.
.pause()
to pause the timer.
.resume()
to resume the timer.
.isStarted()
check if timer is started.
.isPaused()
check if timer is paused.
.isStopped()
check if timer is stopped.
- static function
.benchmark
to create a timer for a function call.
- README
- enable chaining from
.start()
,.stop()
&.clear()
.
- new release.