assert-json-diff
Easily compare two JSON values and get great output
2.0.2
130M downloads/mo
#692 most downloaded on crates.io
davidpdrsn/assert-json-diff
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 1.4 years
Nearly every release is documented
notes for 10 of 11 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
11 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
11 releases · Oct 2018 to Jun 2022
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 11-
2.0.229 Jun 2022 -
2.0.114 Feb 2021 -
2.0.023 Jan 2021Nothing published for this version
-
1.1.012 Jul 2020Release notes
Open source →- All methods now accept any
T: Serializerather than justserde_json::Value.
- All methods now accept any
-
1.0.321 Feb 2020Release notes
Open source →- Introduce non-panicking functions with
assert_json_include_no_panicandassert_json_eq_no_panic.
- Introduce non-panicking functions with
-
1.0.219 Feb 2020Release notes
Open source →- Internal diffing algorithm simplified. There should be no external changes. Some error messages might have changed, but everything that passed/failed before should still do the same.
-
1.0.124 Oct 2019 -
1.0.015 Feb 2019 -
0.2.117 Nov 2018 -
0.2.016 Nov 2018Release notes
Open source →Added
- Add
assert_json_include. It does partial matching the same way the oldassert_json_eqdid.
Changed
- Change
assert_json_eqdo exact matching. If the two values are not exactly the same, it'll panic.
- Add
-
0.1.017 Oct 2018