Releases: retraigo/duration.js
Releases · retraigo/duration.js
v2.3.0
v2.2.0
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
Added a getFormattedDuration
method.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
First major version bump within 45 minutes of minor version bump!
Package is now ESM-only as I do with all of my packages.
You can still use it in your CommonJS projects through import()
. Or stick to @retraigo/[email protected]
till you are ready to use ESM.
Check this gist for reasons why I made this change.
v1.1.0
First minor version bump!
Added a fromString
static method for the Duration
class which reads a string and parses a duration from it.
Full Changelog: v1.0.5...v1.1.0