Releases: DSI-HUG/ngx-schematics-utilities
Releases Β· DSI-HUG/ngx-schematics-utilities
v6.4.0
Features
- π angular: new apis:
Improvements
- deps: upgrade dev dependencies
v6.3.2
v6.3.1
v6.3.0
v6.2.0
Features
- angular: new apis:
Bug Fixes
- angular:
removeAngularJsonAsset()
is not working
Improvements
- deps: upgrade dev dependencies
v6.1.1
v6.1.0
v6.0.0
v5.0.1
v5.0.0
BREAKING CHANGES
Angular >= 14
is now required- Due to Angular 14 removal of
defaultProject
:- angular:
getDefaultProjectName
rule was removed - chainable:
projectName
parameter is now mandatory for these apis: - angular:
projectName
parameter is now mandatory for these apis:
- angular:
Features
- ng14: add support for Angular 14
Improvements
- docs: add a tip to explain how a schematic can actually get a context about the
project
being run on.