Releases: help-me-mom/ng-mocks
Releases · help-me-mom/ng-mocks
v11.6.0
11.6.0 (2021-02-14)
Bug Fixes
- all find functions can handle undefined debug element (397ecf8)
- better types (bd7f72b)
- correct stop of search in ivy tree (952986e), closes #298
- issue of useExisting and mat components (0714da8)
Features
v11.5.0
11.5.0 (2021-01-22)
Bug Fixes
Features
- mock-instance: simpler interface (0306643)
v11.4.0
11.4.0 (2021-01-17)
Bug Fixes
- descriptor.configurable = true (68a8751)
- guts: respect ngMocks.default (59bb586)
- mock-instance: a separate config scope (a0c930c)
- mock-module: excludes modules with providers correctly (b5cb39c), closes #271
- mock-render: static selector for declarations w/o selector (8f39d1f)
- @angular/forms is optional (bfaf495)
- avoiding cache in providers' declaration (da98414)
- grouping similarities (e1bc77b)
Features
- ng-mocks: ngMocks.stubMember returns passed value (27f5404)
- ng-mocks: renaming ngMocks.default to ngMocks.global (d9f46d3)
- ng-mocks: ngMocks.stubMember (efcd175)
- ng-mocks: ngMocks.throwOnConsole (7b0f2f8)
- ng-mocks: ngMocks.globalExclude (bdd2821)
- ng-mocks: ngMocks.globalKeep (e89b876)
- ng-mocks: ngMocks.globalReplace (330868f)
- ng-mocks: ngMocks.globalWipe (cb71bdb)
v11.3.1
11.3.1 (2021-01-02)
Bug Fixes
- declarations w/o selectors are reachable with ngMocks helpers (ac26d81), closes #266
v11.3.0
11.3.0 (2021-01-01)
Bug Fixes
Features
v11.2.8
11.2.8 (2020-12-27)
Bug Fixes
- removal dependency on decorators (92064d4)
- removal dependency on reflect-metadata (57cedfb)
v11.2.7
11.2.7 (2020-12-25)
Bug Fixes
- mock-instance: graceful reset after specs (2e395df)
- mock-instance: supports tokens (92abb82)
v11.2.6
11.2.6 (2020-12-21)
Bug Fixes
- auto-spy: in legacy parts too (114ae22)
v11.2.5
11.2.5 (2020-12-20)
Bug Fixes
- auto-spy: as a function call instead of import (3b7d8f7)
v11.2.4
11.2.4 (2020-12-13)
Bug Fixes
- now MockRender's proxy component respects outside params changes (9297cd1)