Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 05:01
· 56 commits to main since this release
0b4063a

2.0.0 (2024-02-16)

⚠ BREAKING CHANGES

  • latest: The latest functions now
    throw Error if both specified DateTimes
    contain numeric fields that are non-finite.
  • latest: The type parameters of the
    latest functions have been removed. These
    functions now always either return a valid
    DateTime or throw.
  • earliest: The earliest functions now
    throw Error if both specified DateTimes
    contain numeric fields that are non-finite.
  • earliest: The type parameters of the
    earliest functions have been removed. These
    functions now always either return a valid
    DateTime or throw.

Features

  • earliest: normalize DateTime before returning result (dca17a6)
  • latest: normalize DateTime before returning result (0b4063a)