Skip to content

2.0.0

Compare
Choose a tag to compare
@j-ulrich j-ulrich released this 22 Apr 20:27

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 example yyyy and dd).
    See also https://git.io/fxCyr.