Releases: softwareventures/duration
Releases · softwareventures/duration
v2.0.0
v1.0.0
1.0.0 (2021-07-07)
Features
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
v1.0.0-alpha.1
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
v0.7.1
v0.7.0
v0.6.0
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
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)