Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@bradenmacdonald bradenmacdonald released this 04 Aug 02:18
· 7 commits to main since this release
  • Reduced minified size from 3.3 to 2.9 kB
  • Optimized daysInMonth() and fromString() methods. fromString() is now faster than the native Date() equivalent!
  • Removed MONTHS, DAYS, and toEpochSeconds() from the API to help achieve smaller bundle size. The former are just some helpful constants but they're kind of trivial, and the latter is not really used since we have toEpochMs() which is more useful in JavaScript environments.