Releases: DSI-HUG/ngx-schematics-utilities
Releases Β· DSI-HUG/ngx-schematics-utilities
v12.0.1
v12.0.0
BREAKING CHANGES
β οΈ angular: to align with Angular 20 smart default output path,outputPathwill now always return a value- if outputPath is not defined in angular.json: before =
undefined; now =dist/<projectName>by default
- if outputPath is not defined in angular.json: before =
Features
- π ng20: add support for Angular 20
Bug Fixes
- getDataFromUrl: uncaught error after timeout
Improvements
- deps: upgrade dependencies
v11.0.0
BREAKING CHANGES
- helpers:
getAngularVersion()is now async - angular:
project.sourceRootnow defaults tosrcwhen project do not have the property inangular.jsonfile
Bug Fixes
-
π₯ error: require of ES Module not supported
Node <= 22do not handle mixing CJS (ie. this package) and ESM (ie. angular, ora) well.
A new separated ESM wrapper has been created to circumvent this issue.
Improvements
- deps: upgrade dependencies
v10.2.2
v10.2.1
v10.2.0
Features
- π chainable-application: allow
__ASSETS__application's path to be transpiled - π angular: add
assetsPathto application's context info - π angular: new helper
getAngularVersion
Improvements
-
deps: upgrade dependencies
-
π₯ ng14: support for
Angular >= 14is back !Previously, all Angular peer-dependencies were required to be
>= 17.
With this version, those restrictions are gone and only@schematics/angularis required to be>= 17.
Which should make the library compatible withng >= 14again.
v10.1.4
v10.1.3
v10.1.2
BREAKING CHANGES
- rules: avoid printing new line in logs and leave it to the developer
(impacted:logInfo(),logWarning(),logError(),logAction()) - rules: promise rejection is now an
Errorobject
(impacted:getDataFromUrl(),getJsonFromUrl(),getSchematicSchemaOptions(),downloadFile())
Features
- π rules: add new api
rule() - π rules: add new api
runAtEnd() - π chainable-application: allow
output,mainandconfigapplication's paths to be transpiled
Bug Fixes
- release: npm publish not working properly (see npm/cli#7726)
- rule:
> DONEis displayed multiple times if multipleschematicsare used
Improvements
- docs: add more chainable examples + some preview images
- deps: upgrade dependencies
v9.1.0
Features
- π http-retry: add retry strategy to apis that makes http requests
(ie. downloadFile(), getSchematicSchemaOptions(), getDataFromUrl(), getJsonFromUrl())