You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,8 @@ rules:
261
261
#### JSON comparison
262
262
263
263
Compares JSON files for different keys in both files and mismatches in values.
264
-
`ignore_keys` is a list of regexes that are matched against the individual key names, the key value pair is excluded from the comparison if a regex matches.
264
+
`ignore_keys` is a list of regexes that are matched against the individual key names, the key value pair is excluded
265
+
from the comparison if a regex matches.
265
266
The values are not affected by this.
266
267
267
268
```yaml
@@ -305,6 +306,10 @@ rules:
305
306
306
307
## Changelog
307
308
309
+
### 0.6.1
310
+
311
+
- Add new version of json-diff, featuring a better API and better filtering options
312
+
308
313
### 0.6.0
309
314
310
315
- Add new options for image compare module (a lot of options!)
0 commit comments