Repository - API - Source
Publish date: 2022-04-30
Despite the big changes of v1.0.0, some core mechanics and type definitions were still far from what I desired. This version aims to fix this.
Publish date: 2018-08-10
TimeWriter.countdown
;TimeWriterSettings
;name
property;This version is a major code overhaul, with improved logic, naming and organization. Its a refocus of the project towards a better time-handling implementation.
Publish date: 2018-07-28
This version is not backwards-compatible.
gulp
;markdown-lint
;.gitattributes
, .node-version
, AUTHORS.md
, CONTRIBUTING.md
;CHANGES.md
to CHANGELOG.md
and API.md
to src/typedoc.md
;index.ts
(no more unnecessary re-exporting);index
(main module) - time operations;localization
- internationalization;utils
- timers and stopwatch;tsconfig.json
(now it has only necessary fields);tslint.json
to better match tslint recommendations;package.json
;Publish date: 2017-10-19
Fixed links on documentation.
Publish date: 2017-10-19
getTimeIncludingPaused
to Timer
;Publish date: 2017-10-18
Added SimpleTimer
to index exports.
Publish date: 2017-10-18
TimeUtil
;SimpleTimer
class as a basic version and precursor of Timer
;elapsedTime
to all timer objects;TimeTransformer
in favor of TimeWriter
;typedoc
theme to "minimal";Publish date: 2017-10-15
Last version had an error while publishing.
Publish date: 2017-10-15
Publish date: 2017-10-14
Minor updates to the README and package.
Publish date: 2017-10-14
First version of this module; contains a fully functional Timer
and StopWatch
.