We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ebbed commit 9987e27Copy full SHA for 9987e27
1 file changed
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+Version 1.1.1 - 10/15/2012
5
+--------------------------
6
+ - Return diagnostics (instead of throwing an exception) when comparing JSONObject and JSONArray
7
+ - Expose field comparison results as a list in JSONCompareResult
8
+ - Fix bug where actual JSON array doesn't contain JSONObjects with unique keys
9
+ - Improve diagnostics
10
+ - Unify some diagnostics
11
+ - Fix handling of arrays of booleans
12
+
13
Version 1.1.0 - 9/3/2012
14
------------------------
15
- Added withStrictOrdering() and withExtensible() to JSONCompareMode
0 commit comments