Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 14:40
· 3 commits to main since this release
5688e91

💪 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.