Releases: help-me-mom/ng-mocks
Releases · help-me-mom/ng-mocks
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)
v13.5.0
13.5.0 (2022-05-01)
Bug Fixes
- ngMocks.findInstance: finds pipes in attributes #2314 (1b8868f)
- ngMocks.findInstance: works without fixture #2311 (7752914)
Features
- MockProvider: simple generators for different types #599 (9d90121)