Skip to content

Commit e59e20b

Browse files
committed
版本更新 -> 3.1.1-RC1-RELEASE
1.修复数组等长判断。下放
1 parent dc1e313 commit e59e20b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<version>${version}</version>
4141
</dependency>
4242
```
43-
[版本查看](https://central.sonatype.com/artifact/cn.xiaoandcai/json-diff/3.1.0-RC1-RELEASE)
44-
2022-03-04 最新版本:3.1.0-RC1-RELEASE
43+
[版本查看](https://central.sonatype.com/artifact/cn.xiaoandcai/json-diff/3.1.1-RC1-RELEASE)
44+
2022-03-04 最新版本:3.1.1-RC1-RELEASE
4545

4646
```java
4747
/**
@@ -183,7 +183,7 @@ ignoreKey.add("high");
183183

184184
它配置的key是一个 travelPath 。具体格式参照 ignorePath 。value 则是一个自定义比较器。对于自定义比较器需要继承对应的抽象类。并且实现具体的抽象接口。具体如下:
185185

186-
> 从 3.1.0-RC1-RELEASE 版本开始,自定义比较器的设置移至 JsonDiffOption.getJsonNeatFactory()
186+
> 从 3.1.1-RC1-RELEASE 版本开始,自定义比较器的设置移至 JsonDiffOption.getJsonNeatFactory()
187187
> 不再在原先的Option中设置
188188
189189
对象比较:

json-diff-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>json-diff-parent</artifactId>
77
<groupId>cn.xiaoandcai</groupId>
8-
<version>3.1.0-RC1-RELEASE</version>
8+
<version>3.1.1-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>json-diff-common</artifactId>
13-
<version>3.1.0-RC1-RELEASE</version>
13+
<version>3.1.1-RC1-RELEASE</version>
1414

1515
<properties>
1616
<maven.compiler.source>8</maven.compiler.source>

json-diff-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>json-diff-parent</artifactId>
77
<groupId>cn.xiaoandcai</groupId>
8-
<version>3.1.0-RC1-RELEASE</version>
8+
<version>3.1.1-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>json-diff-core</artifactId>
13-
<version>3.1.0-RC1-RELEASE</version>
13+
<version>3.1.1-RC1-RELEASE</version>
1414

1515
<dependencies>
1616
<dependency>

json-diff-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>json-diff-parent</artifactId>
77
<groupId>cn.xiaoandcai</groupId>
8-
<version>3.1.0-RC1-RELEASE</version>
8+
<version>3.1.1-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>json-diff-test</artifactId>
13-
<version>3.1.0-RC1-RELEASE</version>
13+
<version>3.1.1-RC1-RELEASE</version>
1414

1515
<properties>
1616
<maven.compiler.source>8</maven.compiler.source>

json-diff/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>json-diff-parent</artifactId>
77
<groupId>cn.xiaoandcai</groupId>
8-
<version>3.1.0-RC1-RELEASE</version>
8+
<version>3.1.1-RC1-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>cn.xiaoandcai</groupId>
88
<artifactId>json-diff-parent</artifactId>
99
<!-- mvn clean deploy - -settings /Users/weidian/.m2/settings-out.xml -->
10-
<version>3.1.0-RC1-RELEASE</version>
10+
<version>3.1.1-RC1-RELEASE</version>
1111
<name>JsonDiff</name>
1212
<url>https://gitee.com/local-li/json-diff</url>
1313
<description>一款高性能的Json差异发现工具</description>

0 commit comments

Comments
 (0)