2.0.0
Changed
Breaking Changes
- [#1] Replaced Moment.js with date-fns. This means the format syntax for the date/time formatting has changed.
See https://date-fns.org/v2.8.0/docs/format for the new syntax.
⚠️ Especially note that the year and day patterns now use lower case letters (for exampleyyyy
anddd
).
See also https://git.io/fxCyr.