Releases: donflopez/ttype-safe
Releases · donflopez/ttype-safe
v0.9.0
Fixes an error that would prevent validation of enums when using throw feature.
v0.8.0
Supports:
- Custom tags
- Better package import structure
- Throws informative errors for custom validators.
v0.5.0
- Supports optional properties
- Supports enums
v0.3.0
feat(Intersections): Now supports intersection types and generics.
- Intersection types are supported
- Generics are supported
- Extending generics are supported
- Many tests for those use cases
v0.2.0
- Non-supported tags don't fail
- Non-supported primitives types don't fail
- Added better readme and github actions