Releases: ostrowr/ts-json-validator
Releases · ostrowr/ts-json-validator
0.7.1
- Fix if/then/else types (Thanks @drtyh2o !)
- Upgrade dev tool versions
0.7.0
Bump to 07 (#41)
* bump to 0.7.0
* bump typescript
0.6.0
- Allow passing ajv options through to validator
- Improve test suite
Thanks to @bigpopakap for his work on this release!
0.5.0
Support for booleans as JSON schemas
0.4.1
Fix the npm release for 0.4.0
0.4.0
- move eslint-plugin-prettier to devDependencies (#16)
- Fix when working in projects with
declaration: true
- Copy improvements
0.3.0
Rename TsjsonParser.validate to TsjsonParser.validates, and change it from a type assertion function to a regular type guard.
0.1.1
First release that supports the entire JSON schema spec as defined in Draft-07 🎉