Skip to content

v4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 19:25
· 213 commits to main since this release
5175a5c

4.1.0 (2024-01-25)

Features

  • isDateValid: rename dateIsValid to isDateValid, with an alias for compatibility (c6d89e7)
  • todayDeviceLocal: rename "todayLocal" to "todayDeviceLocal", with an alias for compatibility (6b23e44)

Bug Fixes

  • fromReferenceDays: if referenceDays is non-finite, throw an error (e6237c4)
  • fromReferenceDays: if referenceDays is non-integer, round it down (722a267)
  • normalize: make normalize explicitly an alias of date (f5b670b)
  • toReferenceDays: handle non-integer years and months as sensibly as we can (7a222ac)