Releases: formkit/tempo
Releases · formkit/tempo
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
ZZ
token for offsets without seperator:[+-]HHmm
⚠️ Breaking change
- In previous versions of Tempo the
Z
token used the format[+-]HHmm
, there was noZZ
token. To better align with existing token formats like dayjs — theZ
token is now[+-]HH:mm
and theZZ
token 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
View changes on GitHub
v0.0.16
v0.0.15
v0.0.14
🐞 Bug Fixes
View changes on GitHub
v0.0.13
🚀 Features
- Adds same{Unit} functions, closes #25 - by @justin-schroeder and Roman Hrynevych in #25 (5ef87)