Releases: formkit/tempo
Releases · formkit/tempo
v1.0.0
🚀 Features
- Optional date arguments for functions - by @WilcoSp in #58 (a748d)
- Add millisecond support to format, parse, and helpers - by @justin-schroeder (9671e)
🐞 Bug Fixes
- Update pnpm-lock.yaml to lockfileVersion 9.0 - by @andrew-boyd (b91c1)
- Update pnpm-lock.yaml to lockfileVersion 9.0 - by @justin-schroeder (a6502)
- Support seconds precision in timezone offsets - by @justin-schroeder in #67 (c1d55)
- Improve search modal performance and styling - by @justin-schroeder (1e285)
- Add packageManager field for pnpm version - by @justin-schroeder (184e7)
- Flaky test and Vercel build compatibility - by @justin-schroeder (848da)
View changes on GitHub
v0.1.2
v0.1.1
🐞 Bug Fixes
- Add loose autocomplete in Format type - by @sebastianwd in #54 (2d132)
View changes on GitHub
v0.1.0
💪 New features
- Published package now uses unbundled functions for better chunking in your build tools (like Vite).
- New time diff functions
diffMilliseconds,diffSeconds,diffMinutes,diffHours,diffDays,diffWeeks,diffMonths,diffYears. - New
ZZtoken for offsets without seperator:[+-]HHmm
⚠️ Breaking change
- In previous versions of Tempo the
Ztoken used the format[+-]HHmm, there was noZZtoken. To better align with existing token formats like dayjs — theZtoken is now[+-]HH:mmand theZZtoken is[+-]HHmm.
v0.0.19
No significant changes
View changes on GitHub
v0.0.18
🐞 Bug Fixes
- Treeshaking clock tokens - by @justin-schroeder in #37 (95453)
- Leading zeros for MM in zh locale - by @justin-schroeder in #41 (96878)
View changes on GitHub
v0.0.17
No significant changes