Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed May 10, 2018
1 parent aa05422 commit 4dfba5a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/InCuca/loopback-chai/compare/v1.1.0...v2.0.0) (2018-05-10)


### Bug Fixes

* **have-many:** fix tests not passing ([73b5b95](https://github.com/InCuca/loopback-chai/commit/73b5b95))
* **have-many:** remove console ([a3dc2eb](https://github.com/InCuca/loopback-chai/commit/a3dc2eb))
* **have-many:** remove unused comments ([9655a4e](https://github.com/InCuca/loopback-chai/commit/9655a4e))
* **methods:** makes haveMany params model and foreignKey required ([0653308](https://github.com/InCuca/loopback-chai/commit/0653308))
* **property-of-type:** remove useless comments ([75881cb](https://github.com/InCuca/loopback-chai/commit/75881cb))
* **src:** fix properties tests and code ([1cf91b6](https://github.com/InCuca/loopback-chai/commit/1cf91b6))
* **test-utils:** createMockedModel now creates from DataSource ([e4b5de5](https://github.com/InCuca/loopback-chai/commit/e4b5de5))


### Features

* **methods:** add propertyOfType assertion ([224f14b](https://github.com/InCuca/loopback-chai/commit/224f14b))
* **property-of-type:** add assertion ([92619ba](https://github.com/InCuca/loopback-chai/commit/92619ba))
* **test-utils:** add createMockedModel tests ([fd20bee](https://github.com/InCuca/loopback-chai/commit/fd20bee))



<a name="1.1.0"></a>
# 1.1.0 (2018-05-08)

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": "loopback-chai",
"version": "1.1.0",
"version": "2.0.0",
"description": "Chai assertions for loopback",
"main": "dist/loopback-chai.js",
"scripts": {
Expand Down

0 comments on commit 4dfba5a

Please sign in to comment.