Releases: orchestratora/ngx-testing
Releases · orchestratora/ngx-testing
v3.0.0
3.0.0 (2020-02-16)
Bug Fixes
- package: require Angular >= v8 as peer dependency (2558fec)
Features
- host: allow to pass initial inputs when creating component (770fd9b)
- ng: update to Angular v9 (d0aa004)
BREAKING CHANGES
- ng: Now library is compiled with Angular v9
v3.0.0-next.3
Features
- host: allow to pass initial inputs when creating component (770fd9b)
v3.0.0-next.2
Bug Fixes
- package: require Angular >= v8 as peer dependency (2558fec)
v3.0.0-next.1
Features
BREAKING CHANGES
- ng: Now library is compiled with Angular v9
v2.1.0
2.1.0 (2019-08-17)
Features
- modules: add functions to create
NgModules
s in isolation (a3c2d3f)
v2.0.0
2.0.0 (2019-06-12)
Bug Fixes
- host: update how directive IO metadata resolved (9c379cd)
- ng: update to stable Angular v8 (09a618e)
- util: remove extra filtering when getting directive IO (ebbaba7)
Features
BREAKING CHANGES
- ng: Only major version of Angular updated. Public APIs are same.
v1.2.2
1.2.2 (2019-03-06)
Bug Fixes
- host-gen: do not use this in generated test module (fbfda9a)
- module: accept schemas from ngModule extra config (c08d2f6)
v1.2.1
1.2.1 (2019-01-19)
Bug Fixes
- package: add meta info for better discoverability (d94abe9)
- release: add changelog autogeneration and NPM tarball (5def401)
v1.2.0
1.2.0 (2019-01-17)
Features
- module: allow to pass NgModule config in extras (74e7990)
v1.1.1
1.1.1 (2019-01-09)
Bug Fixes
- host: template gen ovveride for directives (03f3336)