Skip to content

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsaf committed Apr 5, 2018
1 parent 696ab32 commit b55e8eb
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 2 deletions.
117 changes: 117 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,123 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.9.0"></a>
# 0.9.0 (2018-04-05)


### Features

* Use MockOf decorator for friendly mock class-names ([696ab32](https://github.com/getsaf/shallow-render/commit/696ab32))



<a name="0.8.0"></a>
# 0.8.0 (2018-04-02)


### Bug Fixes

* Do not collapse ModuleWithProviders mocks into a single module ([ba7c34f](https://github.com/getsaf/shallow-render/commit/ba7c34f))



<a name="0.7.0"></a>
# 0.7.0 (2018-04-02)


### Bug Fixes

* Fix type error w/Angular 5.0 ([c8b3dc2](https://github.com/getsaf/shallow-render/commit/c8b3dc2))
* Fix typo in error message ([4db90d9](https://github.com/getsaf/shallow-render/commit/4db90d9))


### Features

* Allow mocking/alwaysMocking injection tokens ([6baefd6](https://github.com/getsaf/shallow-render/commit/6baefd6))
* Make QueryMatch proxies more robust ([d6ec205](https://github.com/getsaf/shallow-render/commit/d6ec205))
* Support auto-mocking custom component providers ([e5c3e0d](https://github.com/getsaf/shallow-render/commit/e5c3e0d))
* Throw a friendly error when mocking a thing fails ([e29fc93](https://github.com/getsaf/shallow-render/commit/e29fc93))
* Use Angular reflectors for metadata ([0d9e5d1](https://github.com/getsaf/shallow-render/commit/0d9e5d1))



<a name="0.6.0"></a>
# 0.6.0 (2018-03-26)



<a name="0.5.0"></a>
# 0.5.0 (2018-03-22)


### Features

* Allow QueryMatch to pass instanceof checks ([36711f3](https://github.com/getsaf/shallow-render/commit/36711f3))
* Allow setting properties on the first QueryMatch result ([fe51e3d](https://github.com/getsaf/shallow-render/commit/fe51e3d))



<a name="0.4.0"></a>
# 0.4.0 (2018-03-22)


### Bug Fixes

* Fix provider array recursion bug ([7f5a722](https://github.com/getsaf/shallow-render/commit/7f5a722))


### Features

* Add alwaysMock support ([017292d](https://github.com/getsaf/shallow-render/commit/017292d))
* Shallow.alwaysProvide support ([e98e461](https://github.com/getsaf/shallow-render/commit/e98e461))
* Support shallow.provide ([2bfdc5b](https://github.com/getsaf/shallow-render/commit/2bfdc5b))



<a name="0.3.0"></a>
# 0.3.0 (2018-03-20)


### Bug Fixes

* Lint fix ([51d96da](https://github.com/getsaf/shallow-render/commit/51d96da))
* Missing describe ([e661991](https://github.com/getsaf/shallow-render/commit/e661991))



<a name="0.2.0"></a>
# 0.2.0 (2018-03-19)


### Features

* Add support for custom pipe mocks ([6fa5489](https://github.com/getsaf/shallow-render/commit/6fa5489))



<a name="0.1.0"></a>
# 0.1.0 (2018-03-19)


### Bug Fixes

* Broken declaration spec ([f60720a](https://github.com/getsaf/shallow-render/commit/f60720a))
* Dependencies ([0d848c9](https://github.com/getsaf/shallow-render/commit/0d848c9))
* Lint issues ([6da1d37](https://github.com/getsaf/shallow-render/commit/6da1d37))
* old references to shallow ([8be6e9b](https://github.com/getsaf/shallow-render/commit/8be6e9b))


### Features

* Add neverMock and dontMock support ([ec9d091](https://github.com/getsaf/shallow-render/commit/ec9d091))
* Basic mocking of services ([de40ed8](https://github.com/getsaf/shallow-render/commit/de40ed8))
* Better querying and test examples ([bb08962](https://github.com/getsaf/shallow-render/commit/bb08962))
* Initial commit ([7335965](https://github.com/getsaf/shallow-render/commit/7335965))
* Support providing bindings while rendering ([e75e749](https://github.com/getsaf/shallow-render/commit/e75e749))
* Use MockCache after render has been called ([c28ae48](https://github.com/getsaf/shallow-render/commit/c28ae48))



<a name="0.8.0"></a>
# 0.8.0 (2018-04-02)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shallow-render",
"version": "0.8.0",
"version": "0.9.0",
"description": "Shallow rendering test utility for Angular",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit b55e8eb

Please sign in to comment.