Skip to content

v0.3.0

Latest

Choose a tag to compare

@jba jba released this 22 Sep 18:31
· 7 commits to main since this release
2a1c0a4

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