Releases: 5alidz/tiny-schema-validator
Releases · 5alidz/tiny-schema-validator
v5.0.3
5.0.3 (2021-08-31)
Bug Fixes
- Any unknown keys found both on the schema or on any record within the schema, invalidates the schema.
v5.0.1
shaving off more bytes from the final bundle size
v5.0.0
This release includes the addition of two new validators:
v3.1.0
Features
- add latest version of typescript (2e8a339)
v3.0.5
Bug Fixes
- narrow down types in case of {} (5cf59cf)
v3.0.4
3.0.4 (2021-04-05)
Bug Fixes
- fix shape validators recursion even when optional (994cef6)
- move data checking outside the loop (2d40ec1)
- optimize types for strict traverse (4fd3d26)
- throw TypeError on produce invalid-data (0462755)