Releases: sebastian-toepfer/json-schema
Releases · sebastian-toepfer/json-schema
Release 0.3.0
What's Changed
New Features
- add support for allOf keyword by @sebastian-toepfer in #126
- add support for anyOf keyword by @sebastian-toepfer in #127
- Keyword one of by @sebastian-toepfer in #128
- add support for dependetSchemas keyword by @sebastian-toepfer in #133
- add support for propertyNames keyword by @sebastian-toepfer in #136
- Keywords if,then and else by @sebastian-toepfer in #160
- add applyTo to schema and deprecate validator by @sebastian-toepfer in #161
Other Changes
- improve definition of keyword relationships (affects and affectedBy) by @sebastian-toepfer in #125
- add support for not keyword by @sebastian-toepfer in #130
- enable all default schemas at default by @sebastian-toepfer in #129
- add some more and use img.shield.io for all badges by @sebastian-toepfer in #134
- Simplify tests by @sebastian-toepfer in #132
- fix issue with refs in other keywords by @sebastian-toepfer in #137
- remove reduntant configuration from pom by @sebastian-toepfer in #175
Full Changelog: 0.2.0...0.3.0
0.2.1
- fix issue when $ref is used in other keywords (like items, prefixItems)
- Breaking Change -> asSubschema is now subschema, and interface has two new methods :( -> 0.3.0 is almost done. so i decided to do it like in js :)
Full Changelog: 0.2.0...0.2.1
Release 0.2.0
What's Changed
New Features
- make instancetype a jsonvalue by @sebastian-toepfer in #103
- add support for const keyword by @sebastian-toepfer in #118
- add support for dependentRequired keyword by @sebastian-toepfer in #119
- add support for maxProperties keyword by @sebastian-toepfer in #120
- add support for minProperties keyword by @sebastian-toepfer in #121
- Keyword max contains by @sebastian-toepfer in #123
- add support for minContains keyword by @sebastian-toepfer in #124
Bug Fixes
- fix instancetype.int greater than 19 by @sebastian-toepfer in #106
Dependencies
- Bump io.github.sebastian-toepfer.oss:oss-parent from 0.2.0 to 0.3.0 by @dependabot in #101
- Bump io.github.sebastian-toepfer.oss:oss-parent from 0.3.0 to 0.4.0 by @dependabot in #108
- Bump io.github.sebastian-toepfer.oss:oss-parent from 0.4.0 to 0.5.0 by @dependabot in #109
- Bump io.github.sebastian-toepfer.oss:oss-parent from 0.5.0 to 0.6.0 by @dependabot in #110
- Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.11 to 2.8.0 by @dependabot in #111
- Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6 by @dependabot in #112
- Bump org.apache.maven.plugins:maven-scm-plugin from 2.0.1 to 2.1.0 by @dependabot in #113
- Bump io.github.sebastian-toepfer.oss:oss-parent from 0.6.0 to 0.7.0 by @dependabot in #114
- Bump io.github.sebastian-toepfer.oss:oss-parent from 0.7.0 to 0.7.1 by @dependabot in #115
- Bump io.github.sebastian-toepfer.oss:oss-parent from 0.7.1 to 0.8.0 by @dependabot in #116
- Bump ddd.version from 0.6.0 to 0.7.0 by @dependabot in #117
Other Changes
- Fix/0.1.1 by @sebastian-toepfer in #99
- create a better gitignore by @sebastian-toepfer in #100
- remove unnecessary method reference by @sebastian-toepfer in #102
- fix instancetype.int greater than 19 by @sebastian-toepfer in #105
- replace own custom conditions with conditions4j by @sebastian-toepfer in #107
- provide a jsonprovider to const keyword by @sebastian-toepfer in #122
Full Changelog: 0.1.2...0.2.0
Release 0.1.2
fix issue with integertype for values greater than 19
Full Changelog: 0.1.1...0.1.2
Release 0.1.1
fix javadoc
Release 0.1.0
What's Changed
New Features
- Improved keyword creation by @sebastian-toepfer in #92
- enable the creation of a sbom by @sebastian-toepfer in #94
Bug Fixes
- Jpms fixes by @sebastian-toepfer in #96
Other Changes
- remove own testengine for junit by @sebastian-toepfer in #95
- smaller refactoring by @sebastian-toepfer in #97
- add action for release by @sebastian-toepfer in #98
Full Changelog: 0.0.1...0.1.0