This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Releases: angular-schule/ngx-deploy-starter
Releases · angular-schule/ngx-deploy-starter
v1.0.0
v1.0.0-rc.1
This release adds support for Angular v11. 🎉
Starting with version 1 the option --configuration
was renamed to --build-target
.
BEFORE (does not work):
ng deploy --configuration=test
NOW:
ng deploy --build-target=test
If you use the old syntax, you will probably receive the following error:
An unhandled exception occurred: Configuration 'test' is not set in the workspace.
Features
- feat: add support for Angular v11 (see angular-schule/angular-cli-ghpages#118 and angular-schule/angular-cli-ghpages#120) by @beeman & @JohannesHoppe
- migrate from
configuration
tobuildTarget
(see angular-schule/angular-cli-ghpages#120 for an explanation)
- migrate from
- fix: removes astronaut emoij (since 👨🚀 emoij is combined (🧑🚀) and breaks on some cmds)
- fix(tooling): fix jest types (angular-schule/angular-cli-ghpages@24d9922), as explained in #7 (comment) by @dianjuar
- fix(tooling): improve prettier formatter (angular-schule/angular-cli-ghpages@891ee8c), as reported in #10
- updated docs
all features added via one single PR #25
v0.0.3
Since v0.0.2 there have been a number of improvements, the most important ones are as following:
Features
- add Prettier Formatter (PR #11, fixes #10) – many thanks to @kauppfbi
- docs: documents debugging (78375ac)
Fixes
- fixes ngAdd schematic: options.project was always undefined (PR #9, fixes #5)
- fix: save package in devDependencies (see angular/angular-cli#15815, d5f61a2, fixes #12) – many thanks to @alan-agius4
- fix: throws an error if app building fails (see angular-schule/angular-cli-ghpages#85, 9b44ce3 and d80073b) – many thanks to @masaxsuzu
RFC
A new RFC has been created:
Settings must be persistable in the file angular.json
v0.0.2
Features
- Improved documentation, links to blogpost
- Implements the conventions from ngx-deploy-starter RFC #1
v0.0.1
First release to NPM as @angular-schule/ngx-deploy-starter