Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 2.0.0 release notes #40

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 2.0.0

The project has been taken over by [gravity9](https://www.gravity9.com).

* Changed groupId and artifactId
* The library now uses Java 11 as base
* Added support for JSON Path
* Added support for ignoring fields in JSON diff
* Added more test cases and examples
* Upgraded versions of most libraries and tools used in the project
* Fixed outstanding CVE vulnerabilities where possible
* Multiple bugfixes

## 1.10

* First release at java-json-tools.
Expand All @@ -6,7 +19,7 @@
## 1.9

* Completely new JSON diff implementation; less smart than the previous one but
bug free
bug free
* Depend on AssertJ.

## 1.8
Expand Down