v1.0.0
- Optional date arguments for functions - by @WilcoSp in https://github.com/formkit/tempo/issues/58 (a748d)
- Add millisecond support to format, parse, and helpers - by @justin-schroeder (9671e)
- 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 https://github.com/formkit/tempo/issues/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)
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
ZZtoken for offsets without seperator:[+-]HHmm
- 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
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)