Breaking Changes
The key of ForOptions.TypeSchemas is now reflect.Type instead of any, because some types can't be map keys.
Validating structs directly cannot be done in general, so the ability to do so has been removed. See #23.
What's Changed
- jsonschema: faster checks for the false schema by @findleyr in #25
- make struct validation fail by @jba in #28
- jsonschema: change TypeSchemas key to reflect.Type by @jba in #29
Full Changelog: v0.2.3...v0.3.0