12.0.1 (2021-05-21)
Bug Fixes
- core: a config parameter to suppress MockRender errors #572 (bcfe23a)
- core: broken query selectors are properly normalized #567 (9c1ea70)
- default-mock: supports an array with declarations #568 (5d3b43e)
- default-mock: supports generic type in array signature #583 (c925818)
- faster: supports directives and components without selectors #576 (599c7d5)
- mock-render: allowing to disable flush TestBed warning (6131ecb)
- mock-render: providing a MockRenderFactory in order to reuse the same middleware component (79fa336)
Performance Improvements
- core: switching internal stack to an array instead of a set (24c4bfd)