Releases: help-me-mom/ng-mocks
Releases · help-me-mom/ng-mocks
v11.0.0
11.0.0 (2020-11-15)
Bug Fixes
- removing deprecations (2625352)
- respecting internals vs externals (d4abf41), closes #44
Features
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
v10.5.4
10.5.4 (2020-11-14)
Bug Fixes
- better handling of double decorations (60bbebc)
- flex behavior for a mock pipe (9769061)
- searching for things in default fixture (17b5208)
v10.5.3
10.5.3 (2020-11-07)
Bug Fixes
- an example how to handle "TypeError: Cannot read property 'subscribe' of undefined" (6501a87), closes #226
- info how to solve "type is part of the declarations of 2 modules" (f5ee1bc)
- mock-render proxy (eaeabba)
- relaxed signature of MockInstance (dccaa2d)
v10.5.2
10.5.2 (2020-11-04)
Bug Fixes
- keeping root providers for kept modules (dc078af), closes #222
- providing a root service as it is for kept declarations (e5486e6), closes #222
- respecting mock keep switch in nested modules (2f185fb)
- support of ngOnChanges from OnChanges interface (820dc94)
v10.5.1
10.5.1 (2020-11-01)
Bug Fixes
- mocking custom deps of providers (87da53b)
- providing MockProvider and its docs (ecfb15d)
v10.5.0
10.5.0 (2020-10-30)
Bug Fixes
- mocking token more intelligently (0f7cc0c)
- supporting null as keepDeclaration of MockBuilder (5f44445)
- supporting pipes in providers (6e252e8), closes #218
Features
- detecting global providers and mocking them (a36a9df)
- exclude feature for ngMocks.guts (1886fd1)
- token to exclude all guards (7068784)
- token to exclude all interceptors (660f4c4)
v10.4.0
10.4.0 (2020-10-24)
Features
- exportAll flag for modules (5f8835c)
- ngMocks.guts for easy start (d19f958)
- supporting fixture in ngMocks.find (26da8a4)