Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@Lchemist Lchemist released this 04 Apr 22:03

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)