v2.2.0
What's Changed
- Code refactoring by @remscodes in #34
- Add
ServiceTestBed
by @remscodes in #35 - Code refactoring by @remscodes in #36
- Update dependencies by @remscodes in #37
- Code refactoring by @remscodes in #38
- Update demo tests by @remscodes in #39
- Bump typescript from 5.2.2 to 5.3.3 by @dependabot in #40
- Bump ng-packagr from 17.1.0 to 17.1.1 by @dependabot in #41
ModuleTestBed
and test bed options by @remscodes in #45- Bump ng-packagr from 17.1.1 to 17.1.2 by @dependabot in #42
- Bump @angular/cli from 17.1.0 to 17.1.1 by @dependabot in #43
- Bump @angular-devkit/build-angular from 17.1.0 to 17.1.1 by @dependabot in #44
- Deprecate the usage of query and action utilities outside custom test bed by @remscodes in #46
- Options and refactor by @remscodes in #47
- Fix
noTemplate
option ofComponentTestBed
and post-test code execution ofServiceTestBed
by @remscodes in #48 - Add
HttpTools
toComponentTestBed
by @remscodes in #49 - Deprecate http, injector and module utilities outside custom test beds by @remscodes in #50
- Deprecate
tb.compileEach()
andtb.shouldCreate()
by @remscodes in #51 - Update documentation by @remscodes in #52
Full Changelog: v2.1.0...v2.2.0