 |
add all current TSLint default formatters to schema |
|
 |
use default project when project path is ambiguous |
|
 |
Fix double setting of the path options for new |
Closes #11025 |
 |
support entry component |
|
 |
Fix removal of non-schematic options |
|
 |
allow override of configuration for ng run |
Closes #10569 |
 |
handle raw strings in config command |
|
 |
Fix config command setting number values |
Closes #10900 |
 |
support codeFrame format with ng lint |
|
 |
Fix parsing of new options |
Closes #10802 |
 |
fix PWD in cygwin |
Closes #10232 |
 |
add closing single quote |
|
 |
clean up architect options |
Closes #10699 |
 |
fix ng doc not working |
Closes #10633 |
 |
Update in project logic |
Closes #10594 |
 |
mark get/set deprecation command as hidden |
|
 |
Correct reading of camel-cased defaults |
Closes #10371 |
 |
allow strings for assets in schema |
|
 |
dont install if the package is resolved |
|
 |
add support for passing version to ng add |
|
 |
save package on ng add |
|
 |
Remove guard tests that use deprecated module option. |
|
 |
Update yargs-parser dependency |
|
 |
Update readme and remove unused code |
|
 |
migrate legacy global config when present |
|
 |
Update package manager logic to include v1.* global configuration |
|
 |
Update project root determination |
Closes #10513 |
 |
Show deprecation warning for get/set commands |
Closes #10558 |
 |
properly set multi-target command flag |
|
 |
update several config warning messages |
|
 |
correct malformed schema syntax |
|
 |
allow strings for assets in schema |
|
 |
defaultProject in right place in schema |
|
 |
correct package manager option logic |
|
 |
fix windows project root |
|
 |
make schema properly support configuration options |
|
 |
check CWD for current project name |
|
 |
show a simpler command for ng update |
|
 |
show a nicer error if packages does not support schematics |
Closes #10467 |
 |
Add smart default provider for default project |
|
 |
Update project detection logic and rename global config file |
Closes #10453 |
 |
use default project for single target commands |
Closes #10352 |
 |
use workspace.getProjectByPath |
|
 |
use rxjs 6 final |
|
 |
if using ng update @angular/cli only, add migrate and from |
Closes #10439 |
 |
avoid errant migrate message on postinstall |
|
 |
fix levenshtein distance |
|
 |
update schema to include sourceRoot property |
|
 |
show the ng update message even on ng update |
Closes #10250 |
 |
show schematics log at start of task phase |
|
 |
update CLI schema to support 6.0 |
|
 |
normalize cli config command options |
|
 |
dump ng-packagr version in ng --version |
|
 |
remove server alias for serve |
|
 |
fix xi18n command typo |
|
 |
missing parenthesis in RxJs compat warning (#10313) |
|
 |
add ng eject with a message about the disabling |
Closes #10169 |
 |
update the outdated CLI config message |
Closes #10308 |
 |
Respect the type of Option when parsing |
Closes #10312 |
 |
on postinstall show a message if using an old version of CLI |
Closes #10258 |
 |
use add instead of install for yarn in npm-install |
|
 |
show rxjs and fix alignment |
Closes #10257 |
 |
show schematic logging queue every workflow cycle |
Closes #10155 |
 |
dont show Nothing to be done on update |
Closes #10253 |
 |
remove the backslashes and use levenshtein distance to suggest |
|
 |
Show dry run warning |
Closes #10194 |
 |
allow private schematics on ng add |
|
 |
Fix default collection for getting schematic options |
|
 |
use direct path for workflow root on windows |
|
 |
use configured package manager |
|
 |
allow some schematic commands to allow private |
Closes #10182 |
 |
let --force through to the update schematic |
Closes #10149 |
 |
allow schematic commands to let core options through |
|
 |
Organize the help output |
|
 |
Fix update command help options |
Closes #10150 |
 |
Move update check to inProject command logic |
Closes #10145 |