Releases: networknt/json-schema-validator
Releases · networknt/json-schema-validator
1.0.77
1.0.77 - 2023-02-13
Added
- fixes #637 Setup CI based on GH Actions. Thanks @valfirst
- fixes #635 add persian language to json validator. Thanks @mahdimalverdi
Changed
- upgrade jackson to 2.14.2
- fixes #651 Map BinaryNodes to type string. Thanks @k-oliver
- fixes #649 Improve logging performance. Thanks @valfirst
- fixes #648 Drop unused test dependency: Mockito. Thanks @valfirst
- fixes #647 Use Javadoc badge with dynamic version instead of plain link in README. Thanks @valfirst
- fixes #646 Add ability to detect spec version optionally. Thanks @valfirst
- fixes #645 Add MavenCentral badge to README. Thanks @valfirst
- fixes #644 Improve example of Gradle dependency in README. Thanks @valfirst
- fixes #643 Make sure all constants are static final. Thanks @valfirst
- fixes #642 Remove unused fields from JsonSchemaVersion. Thanks @valfirst
- fixes #641 Improve error messages on spec version detection. Thanks @valfirst
- fixes #640 Update build badge from README to point GH Actions CI. Thanks @valfirst
- fixes #639 Drop Travis CI config. Thanks @valfirst
- fixes #638 Restore code coverage calculation. Thanks @valfirst
- fixes #636 Adding tests for overriding error messages at schema level for individual keywords. Thanks @anjnerajat
- fixes #634 Quick fix for issue causing the wrong custom message to be used. Thanks @chaosape
- fixes #627 custom message for format. Thanks @vickyrathod
1.0.76
1.0.75
1.0.74
1.0.74 - 2022-12-02
Added
Changed
- upgrade undertow to 2.2.21.Final
- upgrade jackson to 2.14.0
- fixes #620 upgrade commons-lang3 to 3.12.0
- fixes #619 Add support for subschema references in getSchema. Thanks @aznan2
- fixes #626 Correcting the oneOf,anyOf and allOf child schema validators. Thanks @prashanthjos
- fixes #617 Beautify code blocks. Thanks @limboinf
- fixes #614 Update spec version tests. Thanks @tuncererdogan
- fixes #613 Update the specversion.md and pom.xml. Thanks @tuncererdogan
1.0.73
1.0.73 - 2022-09-19
Added
Changed
- upgrade undertow to 2.2.18.Final to 2.2.19.Final
- fixes #563 Support adding custom messages at the attribute level. Thanks @makeItEasyQ
- fixes #606 Handle matched state in AnyOfValidator. Thanks @sgerke-1L
- fixes #598 Add Italian translation. Thanks @sbernardo
- fixes #594 Remove commons-lang as a compile-time dependency. Thanks @agentgt
- fixes #592 Add NonValidationKeyword "else" on 201909 and 202012. Thanks @ionutalex88
1.0.72
1.0.72 - 2022-07-17
Added
Changed
- upgrade undertow to 2.2.14.Final to 2.2.18.Final
- fixes #586 Add V202012 to SpecVersionDetector And JsonMetaSchema Thanks @Tuxzx
- fixes #585 Changed data type to preserve the order of schema attributes. Thanks @sabarinathan590
1.0.71
1.0.71 - 2022-06-15
Added
Changed
- upgrade jackson to 2.13.3
- upgrade logback to 1.2.11
- upgrade slf4j to 1.7.36
- fixes #575 upgrade com.ethlo.time:itu to version 1.7.0 Thanks @jody-mcdonnell
- fixes #380 Add support for draft 2020-12 Thanks @open-abbott
- fixes #582 Fix unevaluatedPropeties with patternProperties and type union. Thanks @jkevan
1.0.70
1.0.70 - 2022-05-23
Added
- fixes #558 Add French translation for validation messages. Thanks @sebastienrospars
Changed
- fixes #535 part 2 fix the same issue in AnyOfValidator. Thanks @AndreasALoew
- fixes #570 Upgrade javadoc plugin. Thanks @poorguy-tech
- fixes #569 Fix broken tests on non-english setup. Thanks @dreis2211
- fixes #566 Remove unused variable in JsonNodeUtil. Thanks @dreis2211
- fixes #565 Improve performance of URLFactory.create. Thanks @dreis2211
- fixes #561 Prevent from throwing an exception when setting default values. Thanks @josejulio
1.0.69
1.0.69 - 2022-04-18
Added
- fixes #534 Adding Unevaluated properties keyword. Thanks @prashanthjos
Changed
- fixes #554 removed unnecessary checks. Thanks @harishvashistha
- fixes #555 Setting default value even if that value is null. Thanks @harishvashistha
- fixes #544 Fixing unevaluated properties with a larger test base. Thanks @prashanthjos
- fixes #552 Add schemaPath to ValidationMessage. Thanks @ymszzq
- fixes #541 Allow fetching properties from the map with the comparator. Thanks @0x4a616e
1.0.68
1.0.68 - 2022-03-27
Notice
Our users have found a defect introduced in this release. Please don't upgrade to this release. Thanks.
Added
- fixes #534 Adding Unevaluated properties keyword. Thanks @prashanthjos
Changed
- fixes #537 Fix oneOf bug. Thanks @RenegadeWizard and @sychlak
- fixes #511 Improve validation messages (German and default) Thanks @AndreasALoew
- fixes #539 Refactoring-code. Thanks @Sahil3198
- fixes #532 Invalid (non-string) $schema produces NullPointerException. Thanks @christi-square
- fixes #530 Fixed a typo in the validators documentation. Thanks @jontrost
- fixes #529 Updates to German translation. Thanks @rustermi