Releases: ungoldman/format-duration
Releases · ungoldman/format-duration
v3.0.2
Fixes
- Move FormatDurationOptions under namespace formatDuration (#20) - thanks @sebinemeth
v3.0.1
Fixes
Misc
- Fix repo URL in package.json
v3.0.0
Breaking
Features
- New option:
ms
(show milliseconds) (#17)
- TypeScript: Export FormatDurationOptions (#15)
Misc
- CI: add Node 18 to test matrix
v2.0.0
Breaking Changes
- Drop support for node 8 & 10 (now only supporting node LTS: 12, 14, 16).
Misc
- No dependencies! Code from parse-ms and add-zero has been consolidated for easier maintenance and smaller module footprint.
- Repo ownership transfer (hypermodules -> ungoldman). Same maintainers, new URL.
v1.3.1
Fixes
- update URLs to reflect ownership transfer to hypermodules
v1.3.0
Features
- add option for leading zeros (hours, minutes, seconds) (#3) - thanks @Deseteral
v1.1.0
Features
- add support for negative durations (#1) - thanks @lrn2prgrm
v1.0.1
- update license
- update contributing guidelines
- update author field
- add downloads badge to readme