Skip to content

Commit

Permalink
Updated versions, CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
carterpage committed Oct 24, 2013
1 parent cd9dd58 commit b64ad20
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Changelog
=========

Version 1.2.0 - 3/17/2012
Version 1.2.1 - 10/24/2013
--------------------------
- Remove commons-collection dependency
- Updated Customization class to allow path-matching, and matching of expected and actual values with user-provided EqualityComparator.
- Added AssertNotEquals

Version 1.2.0 - 3/17/2013
-------------------------
- Fixed handling comparison of equivalent values across long, int, and double
- Add JSONCompareMode to asserts to allow for more options than strict/not-strict
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To use, [download the JAR](https://github.com/skyscreamer/JSONassert/downloads)
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>

Write tests like this:
Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2>Introduction</h2>
<li><a href="http://junit.org" target="_blank">JUnit</a></li>
</ul>

<p><br/>The current version of JSONassert is 1.2.0</p>
<p><br/>The current version of JSONassert is 1.2.1</p>

<h2>Examples</h2>

Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Quick Start</h2>
<a>&lt;dependency&gt;</a><br/>
<a> &nbsp; &lt;groupId&gt;org.skyscreamer&lt;/groupId&gt;</a><br/>
<a> &nbsp; &lt;artifactId&gt;jsonassert&lt;/artifactId&gt;</a><br/>
<a> &nbsp; &lt;version&gt;1.2.0&lt;/version&gt;</a><br/>
<a> &nbsp; &lt;version&gt;1.2.1&lt;/version&gt;</a><br/>
<a>&lt;/dependency&gt;</a><br/>
</blockquote>
</div>
Expand Down

0 comments on commit b64ad20

Please sign in to comment.