- Fixed handling comparison of equivalent values across long, int, and double
- Add JSONCompareMode to asserts to allow for more options than strict/not-strict
- Added hooks to override/extend comparison behavior via JSONComparator
- Return diagnostics (instead of throwing an exception) when comparing JSONObject and JSONArray
- Expose field comparison results as a list in JSONCompareResult
- Fix bug where actual JSON array doesn't contain JSONObjects with unique keys
- Improve diagnostics
- Unify some diagnostics
- Fix handling of arrays of booleans
- Added withStrictOrdering() and withExtensible() to JSONCompareMode
- Javadoc fixes
- Fix bug where expected and actual were reversed
- Fix bug where nulls gave false positives in some cases
- Simplified publishing Javadocs
Initial release!