- Reduced minified size from 3.3 to 2.9 kB
- Optimized
daysInMonth()
andfromString()
methods.fromString()
is now faster than the nativeDate()
equivalent! - Removed
MONTHS
,DAYS
, andtoEpochSeconds()
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 havetoEpochMs()
which is more useful in JavaScript environments.