formkit/tempo
 Watch   
 Star   
 Fork   
2024-06-27 04:55:53
tempo

v0.1.2

   🐞 Bug Fixes

2024-04-18 10:10:30
tempo

v0.1.1

   🐞 Bug Fixes

2024-04-17 22:40:08
tempo

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 no ZZ token. To better align with existing token formats like dayjs — theZ token is now [+-]HH:mm and the ZZ token is [+-]HHmm.
2024-03-26 20:36:39
tempo

v0.0.19

No significant changes

2024-03-26 20:29:09
tempo

v0.0.18

   🐞 Bug Fixes

2024-03-18 20:28:13
tempo

v0.0.17

No significant changes

2024-03-16 02:19:32
tempo

v0.0.16

   🐞 Bug Fixes

  • Exports yearStart and yearEnd  -  by @justin-schroeder (13f8b)
2024-03-07 10:38:29
tempo

v0.0.15

   🐞 Bug Fixes

2024-03-04 22:47:18
tempo

v0.0.14

   🐞 Bug Fixes

2024-02-27 05:53:19
tempo

v0.0.13

   🚀 Features