Skip to content

Releases: bradenmacdonald/CalendarDate

1.1.0

04 Aug 02:18
Compare
Choose a tag to compare
  • 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.

1.0.0

03 Aug 22:47
Compare
Choose a tag to compare

This is the initial release of CalendarDate.