Skip to content

Releases: donflopez/ttype-safe

v0.9.0

23 Apr 18:32
Compare
Choose a tag to compare

Fixes an error that would prevent validation of enums when using throw feature.

v0.8.0

15 Apr 00:18
Compare
Choose a tag to compare

Supports:

  • Custom tags
  • Better package import structure
  • Throws informative errors for custom validators.

v0.5.0

12 Apr 21:40
Compare
Choose a tag to compare
  • Supports optional properties
  • Supports enums

v0.3.0

10 Apr 00:34
Compare
Choose a tag to compare

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

09 Apr 18:37
Compare
Choose a tag to compare
  • Non-supported tags don't fail
  • Non-supported primitives types don't fail
  • Added better readme and github actions