Skip to content

Releases: help-me-mom/ng-mocks

v10.5.3

07 Nov 19:53
127ab06
Compare
Choose a tag to compare

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

04 Nov 07:10
bfb4328
Compare
Choose a tag to compare

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

01 Nov 09:45
f4ceb62
Compare
Choose a tag to compare

10.5.1 (2020-11-01)

Bug Fixes

  • mocking custom deps of providers (87da53b)
  • providing MockProvider and its docs (ecfb15d)

v10.5.0

30 Oct 17:55
7613357
Compare
Choose a tag to compare

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

24 Oct 07:46
64ef463
Compare
Choose a tag to compare

10.4.0 (2020-10-24)

Features

  • exportAll flag for modules (5f8835c)
  • ngMocks.guts for easy start (d19f958)
  • supporting fixture in ngMocks.find (26da8a4)