Skip to content

Maintenance release

Compare
Choose a tag to compare
@erosb erosb released this 09 Oct 16:25
· 35 commits to master since this release

Improvements

  • failing early by throwing SchemaException when "multipleOf" is 0, instead of throwing ArithmeticException during validation - fixes #426
  • avoiding using the jitpack repo in the maven central artifact - fixes #430
  • making ReferenceSchema#getReferenceValue() public - fixes #434