Skip to content

Releases: ungoldman/format-duration

v3.0.2

17 Jan 19:17
Compare
Choose a tag to compare

Fixes

  • Move FormatDurationOptions under namespace formatDuration (#20) - thanks @sebinemeth

v3.0.1

18 Dec 20:52
Compare
Choose a tag to compare

Fixes

Misc

  • Fix repo URL in package.json

v3.0.0

13 Dec 07:25
Compare
Choose a tag to compare

Breaking

  • Drop support for Node 12

Features

  • New option: ms (show milliseconds) (#17)
  • TypeScript: Export FormatDurationOptions (#15)

Misc

  • CI: add Node 18 to test matrix

v2.0.0

17 Mar 00:21
Compare
Choose a tag to compare

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.4.0

04 Aug 19:00
Compare
Choose a tag to compare

Features

v1.3.1

11 Oct 18:08
Compare
Choose a tag to compare

Fixes

  • update URLs to reflect ownership transfer to hypermodules

v1.3.0

11 Oct 18:00
Compare
Choose a tag to compare

Features

  • add option for leading zeros (hours, minutes, seconds) (#3) - thanks @Deseteral

v1.2.0

11 Oct 18:02
Compare
Choose a tag to compare

Features

  • convert to ES5 (#2)

v1.1.0

23 Feb 20:08
Compare
Choose a tag to compare

Features

  • add support for negative durations (#1) - thanks @lrn2prgrm

v1.0.1

23 Feb 20:03
Compare
Choose a tag to compare
  • update license
  • update contributing guidelines
  • update author field
  • add downloads badge to readme