Skip to content

Commit

Permalink
chore(release): 11.0.0
Browse files Browse the repository at this point in the history
# [11.0.0](v10.5.4...v11.0.0) (2020-11-15)

### Bug Fixes

* removing deprecations ([2625352](2625352))
* respecting internals vs externals ([d4abf41](d4abf41)), closes [#44](#44)

### Features

* angular 11 support ([eef7b94](eef7b94))

### BREAKING CHANGES

* respects internals vs externals, to access them use guts or MockBuilder
* removed NG_GUARDS, use NG_MOCKS_GUARDS
* removed NG_INTERCEPTORS, use NG_MOCKS_INTERCEPTORS
* removed custom meta in MockComponent
* removed MockHelper, use ngMocks
* A11
  • Loading branch information
satanTime committed Nov 15, 2020
1 parent e33db62 commit 88e7dd4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [11.0.0](https://github.com/ike18t/ng-mocks/compare/v10.5.4...v11.0.0) (2020-11-15)


### Bug Fixes

* removing deprecations ([2625352](https://github.com/ike18t/ng-mocks/commit/262535265cf09e151e7a578f1325fd7cd8067352))
* respecting internals vs externals ([d4abf41](https://github.com/ike18t/ng-mocks/commit/d4abf41d996763fdb90ec77992055ed5164d9081)), closes [#44](https://github.com/ike18t/ng-mocks/issues/44)


### Features

* angular 11 support ([eef7b94](https://github.com/ike18t/ng-mocks/commit/eef7b94381a5cd1da4468ea9364ead480a62aa10))


### BREAKING CHANGES

* respects internals vs externals, to access them use guts or MockBuilder
* removed NG_GUARDS, use NG_MOCKS_GUARDS
* removed NG_INTERCEPTORS, use NG_MOCKS_INTERCEPTORS
* removed custom meta in MockComponent
* removed MockHelper, use ngMocks
* A11

## [10.5.4](https://github.com/ike18t/ng-mocks/compare/v10.5.3...v10.5.4) (2020-11-14)


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": "ng-mocks",
"version": "10.5.4",
"version": "11.0.0",
"description": "A library creating angular mock components, directives, pipes, services, providers and modules in unit tests, which also includes shallow rendering and precise stubs to dump child dependencies.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 88e7dd4

Please sign in to comment.