v9.0.0-next.3
Pre-releasecommit 3d08632
Author: Vikram Subramanian [email protected]
Date: Fri Oct 4 12:31:40 2019 -0700
release: v9.0.0-next.3
commit c13f2e3
Author: Alan Agius [email protected]
Date: Thu Oct 3 18:13:57 2019 +0200
refactor: remove output path logic as it's handled in universal schematic
If the outputPath change is needed, this should be done at upstream in `angular/cli` instead
https://github.com/angular/angular-cli/blob/102cd86a8ea33bf1c3dc8cb75b8727c2f239c3d5/packages/schematics/angular/universal/index.ts#L42
commit 5c9c79c
Author: Alan Agius [email protected]
Date: Thu Oct 3 17:40:18 2019 +0200
docs: fix typo in version 8 update guide
commit 9ff02c5
Author: Alan Agius [email protected]
Date: Thu Oct 3 17:42:21 2019 +0200
feat: add migrations for version 9 (#1266)
commit c5ed2d9
Author: Alan Agius [email protected]
Date: Tue Oct 1 19:49:01 2019 +0200
refactor: simply common add schematic
With this change, we don't export an actual schematic but rather we export a common rule.
This will simply schema changes as we don't have to keep 6 schemas in sync (json and ts)
commit 26dfdf2
Author: Alan Agius [email protected]
Date: Mon Sep 30 14:56:08 2019 +0200
refactor(common): remove redundant `npm run build:client-and-server-bundles` script (#1264)
commit b64df7e
Author: vikerman [email protected]
Date: Fri Sep 27 11:20:56 2019 -0700
Delete UPGRADE-GUIDE.md
commit 2379e41
Author: vikerman [email protected]
Date: Fri Sep 27 11:20:26 2019 -0700
Update CONTRIBUTING.md
commit 595afc5
Author: vikerman [email protected]
Date: Fri Sep 27 11:19:02 2019 -0700
Update CHANGELOG.md
commit 544eeb5
Author: vikerman [email protected]
Date: Thu Sep 26 14:14:43 2019 -0700
chore: unpin @angular package deps
The integration tests also had to unpin them so that they don't end up
with an inconsistent version of @angular(which was the problem earlier).
Also delete module-map-ngfactory-loader integration tests.
commit 48649c8
Author: vikerman [email protected]
Date: Wed Sep 25 15:21:11 2019 -0700
fix(builders): fix package.json
- include package.json in the npm package
- use templated version numbers for dependencies
- add @nguniversal/builders to the ng update package group
commit 69c23f9
Author: Alan Agius [email protected]
Date: Thu Sep 26 09:36:18 2019 +0200
style: remove incorrect comment
commit 5acec5a
Author: Alan Agius [email protected]
Date: Thu Sep 26 09:28:58 2019 +0200
refactor: remove redundant type casting
commit 01ee199
Author: Alan [email protected]
Date: Wed Sep 25 09:00:09 2019 +0200
build: add builders skeleton package
commit f06d1ab
Author: Alan Agius [email protected]
Date: Wed Sep 25 17:42:03 2019 +0200
feat(hapi-engine): support `ng-add` without specifying `clientProject`
When unset we set the clientProject to the resolved packageName from the current working directory
Users can now use the schematic via:
```
ng add @nguniversal/hapi-engine
```
commit 1dd4c6e
Author: Alan Agius [email protected]
Date: Wed Sep 25 17:41:55 2019 +0200
feat(express-engine): support `ng-add` without specifying `clientProject`
When unset we set the clientProject to the resolved packageName from the current working directory
Users can now use the schematic via:
```
ng add @nguniversal/express-engine
```
commit 544e5c4
Author: Alan Agius [email protected]
Date: Wed Sep 25 18:19:43 2019 +0200
ci: add `--silent` to yarn install (#1258)
At the moment, the integration tests CI tasks is full of install logs which are noisy and hide "more" import logs