Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 875 Bytes

CHANGELOG.md

File metadata and controls

43 lines (35 loc) · 875 Bytes

Changelog

1.0.2 - 2024-05-28

Fixed

  • Don't catch nested invocations, for narrower exceptions

1.0.1 - 2024-05-23

Changed

  • Use BackedEnum's values for checks that expect scalars
  • Use object's __toString results for checks that expect scalars

1.0.0 - 2024-05-16

Added

  • Alphanumeric type
  • Any type
  • Boolean type
  • Coordinate type
  • Double type
  • Email type
  • Enum type
  • Hexadecimal type
  • Integer type
  • Json type
  • Map type
  • Numeric type
  • OneOf type
  • Optional type
  • QueryString type
  • Sequence type
  • Sha1 type
  • Sha512 type
  • Text type
  • Undefined type
  • UrlEncoded type
  • Url type