Releases: Lchemist/TypeGuards
Releases · Lchemist/TypeGuards
v1.1.0
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
1.0.0 (2021-03-29)
Features