Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Releases: angular-schule/ngx-deploy-starter

v1.0.0

21 Nov 13:31
f2aa6fc
Compare
Choose a tag to compare

Angular 13 teaser

This release adds support for Angular v13. 🎉

Features

  • feat: add support for Angular v12 by @icepeng
  • support for Angular 13, many thanks to @fmalcher

v1.0.0-rc.1

13 Dec 10:57
Compare
Choose a tag to compare

Angular 11 teaser

This release adds support for Angular v11. 🎉


⚠️ BREAKING CHANGE (v1)

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

all features added via one single PR #25

v0.0.3

23 Dec 23:41
Compare
Choose a tag to compare

Since v0.0.2 there have been a number of improvements, the most important ones are as following:

Features

Fixes

RFC

A new RFC has been created:
Settings must be persistable in the file angular.json

v0.0.2

27 Aug 11:27
Compare
Choose a tag to compare

Features

v0.0.1

22 Aug 09:46
Compare
Choose a tag to compare

First release to NPM as @angular-schule/ngx-deploy-starter