1.2 KiB
1.2 KiB
Release 2.4.0
- Added CI job to publish GitHub release by @JohanMabille in https://github.com/pboettch/json-schema-validator/pull/367
- Maintenance to Fedora CI infrastructure by @LecrisUT and @JohanMabille in https://github.com/pboettch/json-schema-validator/pull/363
- Reference validation using contains() result rather than exception handling by @BalrogOfHell in https://github.com/pboettch/json-schema-validator/pull/334
- add support for $defs instead of definitions by rpatters1 in https://github.com/pboettch/json-schema-validator/pull/338
- Apply clang-format / fix "test / Check pre-commit" failures by @serge-s in https://github.com/pboettch/json-schema-validator/pull/328
- Adding verbose error messages for logical combinations by Csaba Imre Zempleni in https://github.com/pboettch/json-schema-validator/pull/310
- fix: issue-311 by andrejlevkovitch
- Fix cmake install target on windows by @barts-of in https://github.com/pboettch/json-schema-validator/pull/315
- error-messages: Numeric limit errors should show maximum precision by @pboettch
- Add Fedora packaging by @LecrisUT in https://github.com/pboettch/json-schema-validator/pull/264
- Improve and fix bugs in Conanfile by Jacob Crabill