Skip to content

Commit

Permalink
bump to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florinn committed May 11, 2017
1 parent 93a9b8f commit 6ded169
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
v1.6.0 / 2017-05-11
===================

* set verifiable by default when strict mocking #57
* fix mock invocation args to act as immutable #60

v1.5.0 / 2017-04-25
===================

* display expected and actual calls when count verification failed #56
* display args as json strings in mock failure messages #56
* display expected and actual calls when count verification failed #56
* display args as json strings in mock failure messages #56

v1.4.2 / 2017-04-20
===================

* fix dynamic mock matcher ignoring setup params #55
* fix dynamic mock matcher ignoring setup params #55

v1.4.1 / 2017-03-23
===================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typemoq",
"version": "1.5.0",
"version": "1.6.0",
"description": "A simple mocking library for TypeScript",
"author": "Florin Nitoi <florin.nitoi@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion typemoq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>typemoq</id>
<version>1.5.0</version>
<version>1.6.0</version>
<title>TypeMoq</title>
<authors>Florin Nitoi</authors>
<licenseUrl>https://github.com/florinn/typemoq/blob/master/LICENSE</licenseUrl>
Expand Down

0 comments on commit 6ded169

Please sign in to comment.