Skip to content

v1.25.0

Choose a tag to compare

@frankpagan frankpagan released this 09 Oct 02:58
· 126 commits to master since this release

1.25.0 (2023-10-09)

Bug Fixes

  • improved validating dates from strings (a0d6fa1)
  • ObjectId() retuns an _id string, ObjectId(some_id) will validate and thorw an error if not valid (cb50091)

Features

  • isValidDate() - validates the string and returns a date object or the original value (780574b)