Skip to content

Releases: Lchemist/TypeGuards

v1.1.0

04 Apr 22:03
Compare
Choose a tag to compare

1.1.0 (2021-04-04)

Bug Fixes

  • 🐛 allow createSchema to take a Schema type guard as argument (f2d975b)
  • 🐛 resolve validation issue when Union has more than two Schema sub-typeguards (952d176)

Features

  • ✨ add Omit type guard (145fe49)
  • ✨ add Schema support for Union type guard (77898d5)
  • ✨ add type guard definition API (29d7884)
  • ✨ add type guard Never (8b9c66e)

v1.0.0

29 Mar 05:19
Compare
Choose a tag to compare

1.0.0 (2021-03-29)

Features