Skip to content

Commit b64ad20

Browse files
committed
Updated versions, CHANGELOG
1 parent cd9dd58 commit b64ad20

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
Changelog
22
=========
33

4-
Version 1.2.0 - 3/17/2012
4+
Version 1.2.1 - 10/24/2013
5+
--------------------------
6+
- Remove commons-collection dependency
7+
- Updated Customization class to allow path-matching, and matching of expected and actual values with user-provided EqualityComparator.
8+
- Added AssertNotEquals
9+
10+
Version 1.2.0 - 3/17/2013
511
-------------------------
612
- Fixed handling comparison of equivalent values across long, int, and double
713
- Add JSONCompareMode to asserts to allow for more options than strict/not-strict

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To use, [download the JAR](https://github.com/skyscreamer/JSONassert/downloads)
7676
<dependency>
7777
<groupId>org.skyscreamer</groupId>
7878
<artifactId>jsonassert</artifactId>
79-
<version>1.2.0</version>
79+
<version>1.2.1</version>
8080
</dependency>
8181

8282
Write tests like this:

src/site/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>Introduction</h2>
5151
<li><a href="http://junit.org" target="_blank">JUnit</a></li>
5252
</ul>
5353

54-
<p><br/>The current version of JSONassert is 1.2.0</p>
54+
<p><br/>The current version of JSONassert is 1.2.1</p>
5555

5656
<h2>Examples</h2>
5757

src/site/resources/quickstart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2>Quick Start</h2>
4949
<a>&lt;dependency&gt;</a><br/>
5050
<a> &nbsp; &lt;groupId&gt;org.skyscreamer&lt;/groupId&gt;</a><br/>
5151
<a> &nbsp; &lt;artifactId&gt;jsonassert&lt;/artifactId&gt;</a><br/>
52-
<a> &nbsp; &lt;version&gt;1.2.0&lt;/version&gt;</a><br/>
52+
<a> &nbsp; &lt;version&gt;1.2.1&lt;/version&gt;</a><br/>
5353
<a>&lt;/dependency&gt;</a><br/>
5454
</blockquote>
5555
</div>

0 commit comments

Comments
 (0)