Skip to content

Releases: networknt/json-schema-validator

1.0.60

22 Sep 17:37
Compare
Choose a tag to compare

1.0.60 - 2021-09-22

Changed

  • fixes #451 walk method for AnyOfValidator not implemented. Thanks @bartoszm
  • fixes #450 changed from isIntegralNumber to canConvertToExactIntegral to support. Thanks @mohsin-sq
  • fixes #449 Refactor JSON Schema Test Suite tests. Thanks @olegshtch
  • fixes #448 Test CI with JDK 11. Thanks @olegshtch
  • fixes #447 Bump JUnit version to 5.7.2. Thanks @olegshtch

1.0.59

11 Sep 16:10
Compare
Choose a tag to compare

1.0.59 - 2021-09-11

Changed

1.0.58

23 Aug 20:41
Compare
Choose a tag to compare

1.0.58 - 2021-08-23

Added

  • fixes #439 add i18n support for ValidationMessage. Thanks @leaves615
  • fixes #438 Adding custom message support in the schema. Thanks @adilath18

Changed

  • fixes #436 Relaxation of the discriminator validation. Thanks FWiesner
  • fixes #435 Added exampleSetFlag to nonValidationKeyword. Thanks @ShubhamRwt
  • fixes #428 A schema with nullable oneOf does not work as expect. Thanks @rongyj
  • fixes #429 Update collector-context.md. Thanks @Petapath
  • fixes #425 Cannot distinguish the "TextNode" and the "ArrayNode" with single value for oneOf. Thanks @rongyj

1.0.57

09 Jul 16:01
Compare
Choose a tag to compare

1.0.57 - 2021-07-09

Added

Changed

  • fixes #423 make sure additionalPropertiesSchema is not null in AdditionalPropertiesValidator. Thanks @flozano
  • fixes #421 Wrong validation of MultipleOfValidator. Thanks @ubergrohman
  • fixes #418 201909 false flag keywords additonalItems and then. Thanks @pgalbraith

1.0.56

02 Jul 12:56
Compare
Choose a tag to compare

1.0.56 - 2021-07-02

Added

Changed

  • fixes #416 Circular $ref occurrences with schema.initializeValidators() lead to StackOverflowError. Thanks @FWiesner
  • fixes #414 Simplify the uri format validation regexp. Thanks @vmaurin

1.0.55

23 Jun 14:30
Compare
Choose a tag to compare

1.0.55 - 2021-65-23

Added

Changed

  • fixes #411 URI format regexp is fixed to support empty fragment and query string. Thanks @vmaurin

1.0.54

22 Jun 17:57
Compare
Choose a tag to compare

1.0.54 - 2021-65-22

Added

Changed

  • fixes #408 URI format regexp is validating invalid URI. Thanks @vmaurin
  • fixes #406 Behavior change of $ref resolution. Thanks @FWiesner

Upgrade guideline

Please use version 1.0.55 as we have fixed a gap for the regexp in that release. Thanks.

1.0.53

19 May 12:24
Compare
Choose a tag to compare

1.0.53 - 2021-05-19

Added

Changed

  • fixes #400 Introduce forceHttps flag in JsonSchemaFactory.Builder. Thanks @hisener

1.0.52

13 Apr 14:06
Compare
Choose a tag to compare

1.0.52 - 2021-04-13

Added

Changed

  • fixes #398 Two issues with OpenAPI 3 discriminators. Thanks @FWiesner
  • fixes #396 Implement propertyNames in terms of full schema validation. Thanks @JonasProgrammer

1.0.51

30 Mar 15:44
Compare
Choose a tag to compare

1.0.51 - 2021-03-30

Added

Changed