-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: v8.0.4
head repository: angular/angular-cli
compare: v8.1.1
Commits on Apr 26, 2019
-
fix(@angular-devkit/architect): propagate option validation errors
By using the `SchemaValidationException` object, the underlying JSON schema validation errors will be propagated to the consuming code. This allows for more detailed error reporting of malformed or incorrectly provided options. Partially addresses #14269
Configuration menu - View commit details
-
Copy full SHA for 5f24820 - Browse repository at this point
Copy the full SHA 5f24820View commit details -
fix(@schematics/angular): normalize differing TS AST versions in lazy…
… module migration
Configuration menu - View commit details
-
Copy full SHA for 2acded4 - Browse repository at this point
Copy the full SHA 2acded4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72dc96b - Browse repository at this point
Copy the full SHA 72dc96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd14306 - Browse repository at this point
Copy the full SHA bd14306View commit details -
Configuration menu - View commit details
-
Copy full SHA for f189596 - Browse repository at this point
Copy the full SHA f189596View commit details -
Merge pull request #14287 from kara/revert-pure-getters
Revert "fix(@angular-devkit/build-angular): remove pure_getters"
Configuration menu - View commit details
-
Copy full SHA for 29609fb - Browse repository at this point
Copy the full SHA 29609fbView commit details
Commits on Apr 29, 2019
-
fix(@angular-devkit/build-angular): live reload cannot be disabled
By default the application will be served with inline mode enabled. This means that a script will be inserted in your bundle to take care of live reloading. However at the moment we are already adding these scripts in `_addLiveReload` method. With this change we always disable this behaviour and only add it when needed via the `_addLiveReload` logic. Eventually we should try to remove the logic and rely on webpack-dev-server interals. Fixes #14300
Configuration menu - View commit details
-
Copy full SHA for b2262e9 - Browse repository at this point
Copy the full SHA b2262e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8089a3f - Browse repository at this point
Copy the full SHA 8089a3fView commit details
Commits on May 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4761b58 - Browse repository at this point
Copy the full SHA 4761b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for da1f338 - Browse repository at this point
Copy the full SHA da1f338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f92015 - Browse repository at this point
Copy the full SHA 1f92015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 968204f - Browse repository at this point
Copy the full SHA 968204fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ce92d - Browse repository at this point
Copy the full SHA 16ce92dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9805e84 - Browse repository at this point
Copy the full SHA 9805e84View commit details -
remove unused ascii-progress library, resolve toplevel browserslist t…
…o 4.5.5 (#14303) * build: remove unused ascii-progress library Ran into bubkoo/ascii-progress#8 on Windows, but we don't even use this dependency anyway. * build: resolve toplevel browserslist to 4.5.5 Prevents `BrowserslistError: Unknown browser kaios` error on test-large due to browserslist version skew between hoisted packages.
Configuration menu - View commit details
-
Copy full SHA for 300ea1f - Browse repository at this point
Copy the full SHA 300ea1fView commit details -
docs(@angular/cli): fix typo with service schema (#14306)
change the typo "pipe" to "service" in the service schema
Configuration menu - View commit details
-
Copy full SHA for 520b449 - Browse repository at this point
Copy the full SHA 520b449View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0246e2 - Browse repository at this point
Copy the full SHA e0246e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4177b56 - Browse repository at this point
Copy the full SHA 4177b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for d546b83 - Browse repository at this point
Copy the full SHA d546b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9479b5 - Browse repository at this point
Copy the full SHA b9479b5View commit details -
fix(@schematics/angular): reduce package installs for 8.0 migrations (#…
…14324) This provides a ~30% performance improvement for a hello world project.
Configuration menu - View commit details
-
Copy full SHA for 537bf5e - Browse repository at this point
Copy the full SHA 537bf5eView commit details -
fix(@schematics/angular): avoid tslint overhead for lazy module migra…
…tion By using a pure schematic based implementation the overhead of running tslint can be removed. This also has the benefit of allowing direct control over the files loaded and to modify files only within the schematic tree context. For a hello world application, there was a ~20% performance improvement for the CLI migration from 7.0 to 8.0 as well as a ~10% reduction in memory usage.
Configuration menu - View commit details
-
Copy full SHA for 01e2424 - Browse repository at this point
Copy the full SHA 01e2424View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb939b - Browse repository at this point
Copy the full SHA bdb939bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a54f239 - Browse repository at this point
Copy the full SHA a54f239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2d30b - Browse repository at this point
Copy the full SHA 7c2d30bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e13c95 - Browse repository at this point
Copy the full SHA 8e13c95View commit details -
fix(@ngtools/webpack): fixes ngcc error when project name is the same…
… or partially the same as a module name FIxes #14317
Configuration menu - View commit details
-
Copy full SHA for 4263cc6 - Browse repository at this point
Copy the full SHA 4263cc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16c8d59 - Browse repository at this point
Copy the full SHA 16c8d59View commit details -
fix(@schematics/angular): older projects are not migrated to support …
…differential loading Fixes #14321
Configuration menu - View commit details
-
Copy full SHA for c1e6529 - Browse repository at this point
Copy the full SHA c1e6529View commit details -
Configuration menu - View commit details
-
Copy full SHA for d133260 - Browse repository at this point
Copy the full SHA d133260View commit details -
fix(@angular-devkit/build-angular): relax typescript peerDep
We only use it for a few things but have a strict peerdep. This strictness causes errors when updating the CLI from 7.x to 8.x projects: ``` Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=3.1.1 <3.2", would install "3.4.5"). ``` `build-angular` did not have a peerdep in 7.x so this never was a problem. This PR relaxes the peerdep to `">=3.1 < 3.5"`, which covers the 3.1 used in initial CLI 7.0 projects.
Configuration menu - View commit details
-
Copy full SHA for a41c185 - Browse repository at this point
Copy the full SHA a41c185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 888145e - Browse repository at this point
Copy the full SHA 888145eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e401b - Browse repository at this point
Copy the full SHA 22e401bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3ee07 - Browse repository at this point
Copy the full SHA 5b3ee07View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbb493e - Browse repository at this point
Copy the full SHA cbb493eView commit details
Commits on May 8, 2019
-
Update no_typescript_runtime_dep_spec.js
Add license banner for g3 sync
Keen Yee Liau authoredMay 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 5840cad - Browse repository at this point
Copy the full SHA 5840cadView commit details -
Keen Yee Liau authored
May 8, 2019 Configuration menu - View commit details
-
Copy full SHA for d629cd6 - Browse repository at this point
Copy the full SHA d629cd6View commit details -
Keen Yee Liau authored
May 8, 2019 Configuration menu - View commit details
-
Copy full SHA for f606a54 - Browse repository at this point
Copy the full SHA f606a54View commit details -
Keen Yee Liau authored
May 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 1a2e4f0 - Browse repository at this point
Copy the full SHA 1a2e4f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af2b67 - Browse repository at this point
Copy the full SHA 2af2b67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a34a85 - Browse repository at this point
Copy the full SHA 8a34a85View commit details
Commits on May 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8214be4 - Browse repository at this point
Copy the full SHA 8214be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 548fefd - Browse repository at this point
Copy the full SHA 548fefdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52e9819 - Browse repository at this point
Copy the full SHA 52e9819View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f1884 - Browse repository at this point
Copy the full SHA 86f1884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94ca819 - Browse repository at this point
Copy the full SHA 94ca819View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a1df53 - Browse repository at this point
Copy the full SHA 3a1df53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8254cfe - Browse repository at this point
Copy the full SHA 8254cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba4536 - Browse repository at this point
Copy the full SHA 8ba4536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 555819d - Browse repository at this point
Copy the full SHA 555819dView commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.