Skip to content

Releases: bjansen/swagger-schema-validator

v1.0.0

02 Feb 07:54
Compare
Choose a tag to compare

Changelog:

  • xml, example and other Swagger V2 keywords are not reported as warnings anymore (#17)
  • fixed transformation of definition properties to be recursive (#19)
  • added the possibility to provide custom extra transformations (#18)
  • added a factory method that takes a spec in a pre-parsed JsonNode instead of parsing automatically from a Reader (#15)

v0.4.1

19 Jul 19:00
Compare
Choose a tag to compare

Changelog:

  • the library reports a better error message when an incorrect definition pointer is used (#7, #9 and #11)
  • upgraded to io.swagger:swagger-core:1.6.2 and com.github.java-json-tools:json-schema-validator:2.2.14

v0.4.0

25 Mar 21:04
Compare
Choose a tag to compare
  • Added an option to deep check objects (#6)
  • Updated dependencies to swagger-core:1.6.0 (with jackson-databind:2.10.1) and json-schema-validator:2.2.13

v0.3.0

07 Aug 19:37
Compare
Choose a tag to compare

v0.1.1

26 Feb 10:13
Compare
Choose a tag to compare

Bug fixes:

  • the validator does not crash on empty payloads anymore (#1)
  • the JUnit dependency now has the correct test scope (#2)

v0.1.0

26 Feb 10:11
Compare
Choose a tag to compare

Initial release.