Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 1.14 KB

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)

1.0.0 (2021-03-29)

Features