Skip to content

Releases: softwareventures/duration

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Oct 12:12

2.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • node: node versions 12, 17 are no longer supported.

Features

  • node: drop support for node 12, 17 (2cfbd86)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 14:57

1.0.0 (2021-07-07)

Features

  • node: drop support for node < 12 || ^13 || ^15 (985878b)
  • compile to ES2017 (a30f250), closes #15

BREAKING CHANGES

  • node: node < 12 || ^13 || ^15 are no longer
    supported.
  • This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
    very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
    should use Babel to compile ES6+ code down to ES5.

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 07 Jul 14:52

0.7.3 (2021-07-07)

v1.0.0-alpha.1

v1.0.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Mar 14:02

1.0.0-alpha.1 (2021-03-27)

Features

BREAKING CHANGES

  • This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
    very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
    should use Babel to compile ES6+ code down to ES5.

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 07 Feb 14:47
6a56381

0.7.2 (2020-02-07)

Bug Fixes

  • deps: update dependency is-finite to v1.1.0 (#8) (6a56381)

v0.7.1

Choose a tag to compare

@djcsdy djcsdy released this 29 Oct 21:34

0.7.1 (2019-10-29)

Bug Fixes

  • side-effects: set sideEffects: false to enable tree shaking (16fd573)

v0.7.0

Choose a tag to compare

@djcsdy djcsdy released this 21 Sep 19:17

0.7.0 (2019-09-21)

Features

  • zero: add zero constant (61a8258)

v0.6.0

Choose a tag to compare

@djcsdy djcsdy released this 25 Apr 21:13

0.6.0 (2019-04-25)

Features

  • formathhmmFixed: implement formathhmmFixed functions (adcdb2e)
  • formathhmmssFixed: implement formathhmmssFixed functions (fba55f0)
  • formatHoursFixed: implement formatHoursFixed functions (a8f477c)
  • formatMinutesFixed: implement formatMinutesFixed functions (00b7bbc)
  • formatmmssFixed: implement formatmmssFixed functions (843a948)
  • formatSecondsFixed: implement formatSecondsFixed functions (5ce9b70)

v0.5.0

Choose a tag to compare

@djcsdy djcsdy released this 24 Apr 15:13

0.5.0 (2019-04-24)

Features

  • roundToHour: implement roundToHour function (ae3c286)
  • roundToHours: implement roundToHoursFn (9777489)
  • roundToMinute: implement roundToMinute function (c25a78f)
  • roundToMinutes: implement roundToMinutes functions (cd7416f)
  • roundToSecond: implement roundToSecond function (3fbc673)
  • roundToSeconds: implement roundToSeconds functions (b994637)

v0.4.0

Choose a tag to compare

@djcsdy djcsdy released this 23 Apr 21:52

0.4.0 (2019-04-23)

Bug Fixes

  • parsehhmmss: normalize duration after parsing (5a3b60a)

Features

  • parsehhmm: implement parsehhmm function (6761806)