Skip to content

Commit

Permalink
Add changelog to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRega committed Jun 3, 2024
1 parent 2c232eb commit e006050
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ rules:
#### JSON comparison
Compares JSON files for different keys in both files and mismatches in values.
`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.
`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.
The values are not affected by this.

```yaml
Expand Down Expand Up @@ -305,6 +306,10 @@ rules:

## Changelog

### 0.6.1

- Add new version of json-diff, featuring a better API and better filtering options

### 0.6.0

- Add new options for image compare module (a lot of options!)
Expand Down

0 comments on commit e006050

Please sign in to comment.