We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d491a9 + bc94b75 commit 0d4f0c1Copy full SHA for 0d4f0c1
RELEASE-NOTES.md
@@ -1,3 +1,16 @@
1
+## 2.0.0
2
+
3
+The project has been taken over by [gravity9](https://www.gravity9.com).
4
5
+* Changed groupId and artifactId
6
+* The library now uses Java 11 as base
7
+* Added support for JSON Path
8
+* Added support for ignoring fields in JSON diff
9
+* Added more test cases and examples
10
+* Upgraded versions of most libraries and tools used in the project
11
+ * Fixed outstanding CVE vulnerabilities where possible
12
+* Multiple bugfixes
13
14
## 1.10
15
16
* First release at java-json-tools.
@@ -6,7 +19,7 @@
19
## 1.9
20
21
* Completely new JSON diff implementation; less smart than the previous one but
-bug free
22
+ bug free
23
* Depend on AssertJ.
24
25
## 1.8
0 commit comments