Releases: help-me-mom/ng-mocks
Releases · help-me-mom/ng-mocks
v14.2.0
14.2.0 (2022-08-21)
Features
- ngMocks: supports custom method names for change and touch #3341 (5068407)
v14.1.2
14.1.2 (2022-08-07)
Bug Fixes
- MockBuilder: respects initial config of declarations #3265 (1bea651)
v14.1.1
14.1.1 (2022-07-31)
Bug Fixes
- MockBuilder: respects global configuration for standalone dependencies #3161 (577e1d4)
v14.1.0
14.1.0 (2022-07-15)
Bug Fixes
- core: detecting and mocking standalone directives correctly #3100 (560b334)
- core: preventing recursion of self pointers #3095 (793a3c5)
Features
v14.0.0
14.0.0 (2022-06-18)
Bug Fixes
- MockBuilder: respect extention of classes with different decorators #2646 (d069a90)
Features
- core: Support of standalone declarations #2687 (797cec3)
- MockBuilder: default flags as dependency or export #2647 (f37a663)
BREAKING CHANGES
- MockBuilder: MockBuilder with 2 params marks all chain calls as dependency
- MockBuilder: MockBuilder with 0-1 params marks all chain calls as export
v13.5.2
13.5.2 (2022-05-14)
Bug Fixes
- core: correct type for AbstractType (6fbf18d)
- core: using this as global object (5d21523)
v13.5.1
13.5.1 (2022-05-07)
Bug Fixes
- MockRender: renders pipes with $implicit param #2398 (03f5f5e)