v0.6.0
First stable release after v0.5.3. Please update.
This is a big rewrite that will allow invoking angular-cli-ghpages
via ng deploy
.
Example:
ng new your-angular-project --defaults
ng add angular-cli-ghpages
ng deploy --repo=https://github.com/angular-schule/angular-cli-ghpages-testdrive.git
Features
- Implements an Angular CLI builder (PR #60, closes #59) -- many thanks to @mgechev
- Updated documentation about configuration via
angular.json
(PR #68, closes #67) -- many thanks to @dianjuar - Implements the conventions from ngx-deploy-starter RFC #1
Furthermore I thank @SoAsEr, @TrevorKarjanis and @fmalcher for their help.