All user visible changes to this project will be documented in this file. This project adheres to Semantic Versioning, as described for Rust libraries in RFC #1105
N/A
N/A
N/A
N/A
0.2.1 - 2018-11-15
- Fix wrong error message when a JSON atom was missing from actual.
0.2.0 - 2018-11-16
- Add
assert_json_include
. It does partial matching the same way the oldassert_json_eq
did.
- Change
assert_json_eq
do exact matching. If the two values are not exactly the same, it'll panic.
Initial release.