Breaking Changes
- Now minimum supported Java version is 11.
- Now only the following classes are exported from this module. Originally, other classes are not intended to be used as a library.
- JsonMatch
- JsonMatchError
- JsonStringAssert
Notable Changes
- Add support for optional marker suggested by @jlorenzen
Detailed Changes
- Update config by @orangain in #20
- Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by @dependabot in #21
- Bump cl.franciscosolis.sonatype-central-upload from 1.0.2 to 1.0.3 by @dependabot in #22
- Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.1 by @dependabot in #27
- Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 2.0.0 by @dependabot in #30
- Bump org.assertj:assertj-core from 3.25.3 to 3.26.3 by @dependabot in #34
- Bump jvm from 1.9.22 to 2.0.0 by @dependabot in #32
- Migrate kotlinOptions to compilerOptions by @orangain in #35
- Add table borders in README by @orangain in #36
- Add javadocs and fix visibility by @orangain in #37
- Introduce Java modules by @orangain in #38
- Migrate JUnit 4 to 5 by @orangain in #39
- Add support for optional marker by @orangain in #40
- Move/add annotations and reformat code by @orangain in #41
- Release 0.7.0-alpha1 by @orangain in #42
- Release 0.7.0 by @orangain in #43
Full Changelog: 0.6.0...0.7.0