2019-02-27 14:30:38 -05:00
{
"schematics" : {
2019-04-17 00:06:06 -04:00
"migration-v8-move-document" : {
2019-10-03 20:49:02 -04:00
"version" : "8.0.0-beta" ,
2019-04-17 00:06:06 -04:00
"description" : "Migrates DOCUMENT Injection token from platform-browser imports to common import" ,
"factory" : "./migrations/move-document/index"
} ,
2019-02-27 14:30:38 -05:00
"migration-v8-static-queries" : {
2019-10-03 20:49:02 -04:00
"version" : "8.0.0-beta" ,
2019-02-27 14:30:38 -05:00
"description" : "Migrates ViewChild and ContentChild to explicit query timing" ,
"factory" : "./migrations/static-queries/index"
2019-03-30 07:48:21 -04:00
} ,
"migration-v8-template-local-variables" : {
2019-10-03 20:49:02 -04:00
"version" : "8.0.0-beta" ,
2019-03-30 07:48:21 -04:00
"description" : "Warns developers if values are assigned to template variables" ,
"factory" : "./migrations/template-var-assignment/index"
2019-06-09 09:38:18 -04:00
} ,
"migration-v9-renderer-to-renderer2" : {
2019-10-03 20:49:02 -04:00
"version" : "9.0.0-beta" ,
2019-10-03 20:48:05 -04:00
"description" : "The Renderer class has been marked as deprecated since Angular version 4. This migration converts usage of Renderer to Renderer2. For additional information please see: https://v9.angular.io/guide/migration-renderer" ,
2019-06-09 09:38:18 -04:00
"factory" : "./migrations/renderer-to-renderer2/index"
2019-07-24 06:07:07 -04:00
} ,
2019-08-27 09:09:09 -04:00
"migration-v9-missing-injectable" : {
2019-10-03 20:49:02 -04:00
"version" : "9.0.0-beta" ,
2019-10-03 20:48:05 -04:00
"description" : "Decorates all declared undecorated provider classes with @Injectable." ,
2019-08-27 09:09:09 -04:00
"factory" : "./migrations/missing-injectable/index"
} ,
2019-07-24 06:07:07 -04:00
"migration-v9-undecorated-classes-with-di" : {
2019-10-03 20:49:02 -04:00
"version" : "9.0.0-beta" ,
2019-10-03 20:48:05 -04:00
"description" : "Adds an Angular decorator to undecorated base classes of directives/components that use dependency injection. Copies metadata from base classes to derived directives/components/pipes that are not decorated. For additional information please see: https://v9.angular.io/guide/migration-undecorated-classes" ,
2019-07-24 06:07:07 -04:00
"factory" : "./migrations/undecorated-classes-with-di/index"
2019-08-15 05:40:53 -04:00
} ,
"migration-v9-undecorated-classes-with-decorated-fields" : {
2019-10-03 20:49:02 -04:00
"version" : "9.0.0-beta" ,
2019-10-03 20:48:05 -04:00
"description" : "Adds an Angular decorator to undecorated classes that have decorated fields." ,
2019-08-15 05:40:53 -04:00
"factory" : "./migrations/undecorated-classes-with-decorated-fields/index"
2019-10-04 03:38:51 -04:00
} ,
"migration-v9-dynamic-queries" : {
"version" : "9-beta" ,
"description" : "Removes the `static` flag from dynamic queries." ,
"factory" : "./migrations/dynamic-queries/index"
2019-02-27 14:30:38 -05:00
}
}
}