File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 3.10.3] - 2022-11-08
8
+
9
+ ### Added
10
+ - Option to skip paths, [ #39 ] ( https://github.com/swaggest/json-diff/pull/39 ) .
11
+
7
12
## [ 3.10.2] - 2022-11-08
8
13
9
14
### Added
10
- - Exceptions improved, [ #60 ] ( https://github.com/swaggest/json-diff/pull/59 ) .
15
+ - Exceptions improved, [ #60 ] ( https://github.com/swaggest/json-diff/pull/60 ) .
11
16
12
17
## [ 3.10.1] - 2022-10-24
13
18
@@ -90,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90
95
### Added
91
96
- Compatibility option to ` TOLERATE_ASSOCIATIVE_ARRAYS ` that mimic JSON objects.
92
97
98
+ [ 3.10.3 ] : https://github.com/swaggest/json-diff/compare/v3.10.2...v3.10.3
93
99
[ 3.10.2 ] : https://github.com/swaggest/json-diff/compare/v3.10.1...v3.10.2
94
100
[ 3.10.1 ] : https://github.com/swaggest/json-diff/compare/v3.10.0...v3.10.1
95
101
[ 3.10.0 ] : https://github.com/swaggest/json-diff/compare/v3.9.0...v3.10.0
You can’t perform that action at this time.
0 commit comments