Releases: jkroso/parse-duration
Releases · jkroso/parse-duration
v2.1.3
v2.1.2
What's Changed
- Fixed type definitions
- Added abbrs
mo
,mth
,microsec
,nanosec
- Removed
b
abbr - Removed
μ
as greek mu in favor ofµ
left in default set
Full Changelog: v2.1.1...v2.1.2
v2.0.0
v1.1.2
What's Changed
- style: improve typings by @nordluf in #22
- feat: enable default import syntax in typescript by @alonesuperman in #24
- Make available unit types section a heading by @SparshithNR in #31
- Add typings for translations by @piotr-musialek-skyrise in #38
- feat(types): export units type by @sawa-ko in #39
- Fix typings resolution when using TypeScript 4.7+ with ESM by @Nitive in #42
- Fix ESM types by @remcohaszing in #43
- fix return type by @trim21 in #50
- Fix the type definitions for CJS by @remcohaszing in #48
- Fix ESM types by @remcohaszing in #47
- Fix types - use
null
instead ofundefined
by @Mykhailo-Sichkaruk in #53 - Add next unit support by @dy in #55
- Prevent using prototype properties as units by @goto-bus-stop in #56
New Contributors
- @nordluf made their first contribution in #22
- @alonesuperman made their first contribution in #24
- @SparshithNR made their first contribution in #31
- @piotr-musialek-skyrise made their first contribution in #38
- @sawa-ko made their first contribution in #39
- @Nitive made their first contribution in #42
- @remcohaszing made their first contribution in #43
- @trim21 made their first contribution in #50
- @Mykhailo-Sichkaruk made their first contribution in #53
- @goto-bus-stop made their first contribution in #56
Full Changelog: v0.4.0...v1.1.2