Skip to content

v11.0.0

Compare
Choose a tag to compare
@satanTime satanTime released this 15 Nov 07:05
· 19412 commits to master since this release
88e7dd4

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