v0.1.2
- Timezone offsets in 1904 - by @justin-schroeder in https://github.com/formkit/tempo/issues/59 (eb315)
v0.1.1
- Add loose autocomplete in Format type - by @sebastianwd in https://github.com/formkit/tempo/issues/54 (2d132)
v0.1.0
- 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
- 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
v0.0.18
- Treeshaking clock tokens - by @justin-schroeder in https://github.com/formkit/tempo/issues/37 (95453)
- Leading zeros for MM in zh locale - by @justin-schroeder in https://github.com/formkit/tempo/issues/41 (96878)
v0.0.17
No significant changes
v0.0.15
- Unknown tz - by @mori-hisayuki in https://github.com/formkit/tempo/issues/34 (0245e)
v0.0.14
- Do formatting in utc to avoid dst gaps - by @andrew0 in https://github.com/formkit/tempo/issues/31 (ea383)
v0.0.13
- Adds same{Unit} functions, closes #25 - by @justin-schroeder and Roman Hrynevych in https://github.com/formkit/tempo/issues/25 (5ef87)