@rxap/schematics-ts-morph 16.0.0-dev.1 → 16.0.0-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +95 -267
- package/README.md +7 -6
- package/package.json +32 -28
- package/src/index.d.ts +4 -55
- package/src/index.js +4 -57
- package/src/index.js.map +1 -1
- package/src/lib/add-class-method.js.map +1 -1
- package/src/lib/add-component-animations.js +3 -2
- package/src/lib/add-component-animations.js.map +1 -1
- package/src/lib/add-component-fake-provider.d.ts +1 -1
- package/src/lib/add-component-fake-provider.js.map +1 -1
- package/src/lib/add-component-input.js +7 -4
- package/src/lib/add-component-input.js.map +1 -1
- package/src/lib/add-component-provider.d.ts +1 -1
- package/src/lib/add-component-provider.js +2 -1
- package/src/lib/add-component-provider.js.map +1 -1
- package/src/lib/add-control-validator.js +1 -1
- package/src/lib/add-control-validator.js.map +1 -1
- package/src/lib/add-dependency-injection.js +5 -4
- package/src/lib/add-dependency-injection.js.map +1 -1
- package/src/lib/add-dir.js.map +1 -1
- package/src/lib/add-fake-provider.js +6 -5
- package/src/lib/add-fake-provider.js.map +1 -1
- package/src/lib/add-method-class.js +16 -10
- package/src/lib/add-method-class.js.map +1 -1
- package/src/lib/add-ng-module-import.js +3 -2
- package/src/lib/add-ng-module-import.js.map +1 -1
- package/src/lib/add-ng-module-provider.d.ts +1 -1
- package/src/lib/add-ng-module-provider.js +2 -1
- package/src/lib/add-ng-module-provider.js.map +1 -1
- package/src/lib/add-operation-to-controller.d.ts +33 -0
- package/src/lib/add-operation-to-controller.js +209 -0
- package/src/lib/add-operation-to-controller.js.map +1 -0
- package/src/lib/add-provider-to-array.js +6 -2
- package/src/lib/add-provider-to-array.js.map +1 -1
- package/src/lib/add-to-array.js +1 -1
- package/src/lib/add-to-array.js.map +1 -1
- package/src/lib/add-variable-fake-provider.d.ts +1 -1
- package/src/lib/add-variable-fake-provider.js.map +1 -1
- package/src/lib/add-variable-provider.d.ts +1 -1
- package/src/lib/add-variable-provider.js +5 -4
- package/src/lib/add-variable-provider.js.map +1 -1
- package/src/lib/angular/build-angular-base-path.d.ts +8 -0
- package/src/lib/angular/build-angular-base-path.js +15 -0
- package/src/lib/angular/build-angular-base-path.js.map +1 -0
- package/src/lib/angular/coerce-accordion-component.d.ts +7 -0
- package/src/lib/angular/coerce-accordion-component.js +22 -0
- package/src/lib/angular/coerce-accordion-component.js.map +1 -0
- package/src/lib/angular/coerce-component-class.d.ts +8 -0
- package/src/lib/angular/coerce-component-class.js +40 -0
- package/src/lib/angular/coerce-component-class.js.map +1 -0
- package/src/lib/angular/coerce-component.d.ts +15 -0
- package/src/lib/angular/coerce-component.js +41 -0
- package/src/lib/angular/coerce-component.js.map +1 -0
- package/src/lib/angular/coerce-data-source-class.d.ts +10 -0
- package/src/lib/angular/coerce-data-source-class.js +41 -0
- package/src/lib/angular/coerce-data-source-class.js.map +1 -0
- package/src/lib/angular/coerce-form-builder-provider.d.ts +10 -0
- package/src/lib/angular/coerce-form-builder-provider.js +35 -0
- package/src/lib/angular/coerce-form-builder-provider.js.map +1 -0
- package/src/lib/angular/coerce-form-component-provider.d.ts +10 -0
- package/src/lib/angular/coerce-form-component-provider.js +37 -0
- package/src/lib/angular/coerce-form-component-provider.js.map +1 -0
- package/src/lib/angular/coerce-form-definition.d.ts +19 -0
- package/src/lib/angular/coerce-form-definition.js +93 -0
- package/src/lib/angular/coerce-form-definition.js.map +1 -0
- package/src/lib/angular/coerce-form-provider.d.ts +10 -0
- package/src/lib/angular/coerce-form-provider.js +36 -0
- package/src/lib/angular/coerce-form-provider.js.map +1 -0
- package/src/lib/angular/coerce-form-providers-file.d.ts +7 -0
- package/src/lib/angular/coerce-form-providers-file.js +84 -0
- package/src/lib/angular/coerce-form-providers-file.js.map +1 -0
- package/src/lib/angular/coerce-form-table-action.d.ts +5 -0
- package/src/lib/angular/coerce-form-table-action.js +86 -0
- package/src/lib/angular/coerce-form-table-action.js.map +1 -0
- package/src/lib/angular/coerce-method-class.d.ts +11 -0
- package/src/lib/angular/coerce-method-class.js +58 -0
- package/src/lib/angular/coerce-method-class.js.map +1 -0
- package/src/lib/angular/coerce-navigation-table-action.d.ts +5 -0
- package/src/lib/angular/coerce-navigation-table-action.js +64 -0
- package/src/lib/angular/coerce-navigation-table-action.js.map +1 -0
- package/src/lib/angular/coerce-operation-table-action.d.ts +5 -0
- package/src/lib/angular/coerce-operation-table-action.js +33 -0
- package/src/lib/angular/coerce-operation-table-action.js.map +1 -0
- package/src/lib/angular/coerce-project-feature.d.ts +6 -0
- package/src/lib/angular/coerce-project-feature.js +20 -0
- package/src/lib/angular/coerce-project-feature.js.map +1 -0
- package/src/lib/angular/coerce-proxy-remote-method-class.d.ts +13 -0
- package/src/lib/angular/coerce-proxy-remote-method-class.js +101 -0
- package/src/lib/angular/coerce-proxy-remote-method-class.js.map +1 -0
- package/src/lib/angular/coerce-table-action-index-provider.d.ts +5 -0
- package/src/lib/angular/coerce-table-action-index-provider.js +27 -0
- package/src/lib/angular/coerce-table-action-index-provider.js.map +1 -0
- package/src/lib/angular/coerce-table-action-index.d.ts +3 -0
- package/src/lib/angular/coerce-table-action-index.js +16 -0
- package/src/lib/angular/coerce-table-action-index.js.map +1 -0
- package/src/lib/angular/coerce-table-action-provider.d.ts +8 -0
- package/src/lib/angular/coerce-table-action-provider.js +49 -0
- package/src/lib/angular/coerce-table-action-provider.js.map +1 -0
- package/src/lib/angular/coerce-table-action.d.ts +13 -0
- package/src/lib/angular/coerce-table-action.js +76 -0
- package/src/lib/angular/coerce-table-action.js.map +1 -0
- package/src/lib/angular/coerce-table-parameters-from-route.d.ts +6 -0
- package/src/lib/angular/coerce-table-parameters-from-route.js +52 -0
- package/src/lib/angular/coerce-table-parameters-from-route.js.map +1 -0
- package/src/lib/angular/coerce-tree-table-children-proxy-remote-method-class.d.ts +5 -0
- package/src/lib/angular/coerce-tree-table-children-proxy-remote-method-class.js +31 -0
- package/src/lib/angular/coerce-tree-table-children-proxy-remote-method-class.js.map +1 -0
- package/src/lib/angular/coerce-tree-table-root-proxy-remote-method-class.d.ts +5 -0
- package/src/lib/angular/coerce-tree-table-root-proxy-remote-method-class.js +31 -0
- package/src/lib/angular/coerce-tree-table-root-proxy-remote-method-class.js.map +1 -0
- package/src/lib/angular/has-accordion-component.d.ts +6 -0
- package/src/lib/angular/has-accordion-component.js +20 -0
- package/src/lib/angular/has-accordion-component.js.map +1 -0
- package/src/lib/angular/has-component.d.ts +8 -0
- package/src/lib/angular/has-component.js +26 -0
- package/src/lib/angular/has-component.js.map +1 -0
- package/src/lib/angular/has-project-feature.d.ts +5 -0
- package/src/lib/angular/has-project-feature.js +15 -0
- package/src/lib/angular/has-project-feature.js.map +1 -0
- package/src/lib/angular/has-table-component.d.ts +8 -0
- package/src/lib/angular/has-table-component.js +19 -0
- package/src/lib/angular/has-table-component.js.map +1 -0
- package/src/lib/angular/index.d.ts +26 -0
- package/src/lib/angular/index.js +30 -0
- package/src/lib/angular/index.js.map +1 -0
- package/src/lib/auto-import.js +5 -3
- package/src/lib/auto-import.js.map +1 -1
- package/src/lib/coerce-class-constructor.js.map +1 -1
- package/src/lib/coerce-class-method.d.ts +1 -1
- package/src/lib/coerce-class-method.js +3 -2
- package/src/lib/coerce-class-method.js.map +1 -1
- package/src/lib/coerce-class.js.map +1 -1
- package/src/lib/coerce-property-key.js.map +1 -1
- package/src/lib/coerce-source-file.js.map +1 -1
- package/src/lib/coerce-variable-declaration.d.ts +1 -1
- package/src/lib/coerce-variable-declaration.js +1 -1
- package/src/lib/coerce-variable-declaration.js.map +1 -1
- package/src/lib/create-dto-class.d.ts +10 -0
- package/src/lib/create-dto-class.js +194 -0
- package/src/lib/create-dto-class.js.map +1 -0
- package/src/lib/find-component-module-source-file.js.map +1 -1
- package/src/lib/find-component-source-file.js.map +1 -1
- package/src/lib/find-routing-module.js.map +1 -1
- package/src/lib/fix-missing-imports.js +2 -2
- package/src/lib/fix-missing-imports.js.map +1 -1
- package/src/lib/get-array-declaration.js +1 -1
- package/src/lib/get-array-declaration.js.map +1 -1
- package/src/lib/get-class-decorator-arguments.js.map +1 -1
- package/src/lib/get-coerce-array-literal-form-object-literal.d.ts +1 -1
- package/src/lib/get-coerce-array-literal-form-object-literal.js +1 -1
- package/src/lib/get-coerce-array-literal-form-object-literal.js.map +1 -1
- package/src/lib/get-component-class.d.ts +1 -1
- package/src/lib/get-component-class.js.map +1 -1
- package/src/lib/get-component-options-object.d.ts +1 -1
- package/src/lib/get-component-options-object.js.map +1 -1
- package/src/lib/get-form-providers-source-file.js +3 -2
- package/src/lib/get-form-providers-source-file.js.map +1 -1
- package/src/lib/get-ng-module-options-object.d.ts +1 -1
- package/src/lib/get-ng-module-options-object.js.map +1 -1
- package/src/lib/get-variable-declaration.js.map +1 -1
- package/src/lib/handle-component-module.js.map +1 -1
- package/src/lib/handle-component.js.map +1 -1
- package/src/lib/index.d.ts +48 -0
- package/src/lib/index.js +52 -0
- package/src/lib/index.js.map +1 -0
- package/src/lib/is-array-literal-expression.js.map +1 -1
- package/src/lib/merge-ts-morph-project.js.map +1 -1
- package/src/lib/{nestjs → nest}/add-nest-controller.js +7 -6
- package/src/lib/nest/add-nest-controller.js.map +1 -0
- package/src/lib/{nestjs → nest}/add-nest-module-controller.js +2 -1
- package/src/lib/nest/add-nest-module-controller.js.map +1 -0
- package/src/lib/{nestjs → nest}/add-nest-module-import.js +2 -1
- package/src/lib/nest/add-nest-module-import.js.map +1 -0
- package/src/lib/{nestjs → nest}/add-nest-module-provider.js +2 -1
- package/src/lib/nest/add-nest-module-provider.js.map +1 -0
- package/src/lib/nest/add-nest-module-to-app-module.d.ts +8 -0
- package/src/lib/nest/add-nest-module-to-app-module.js +20 -0
- package/src/lib/nest/add-nest-module-to-app-module.js.map +1 -0
- package/src/lib/{nestjs → nest}/add-nest-provider-to-array.js +3 -1
- package/src/lib/nest/add-nest-provider-to-array.js.map +1 -0
- package/src/lib/nest/build-nest-base-path.d.ts +8 -0
- package/src/lib/nest/build-nest-base-path.js +17 -0
- package/src/lib/nest/build-nest-base-path.js.map +1 -0
- package/src/lib/nest/build-nest-controller-name.d.ts +9 -0
- package/src/lib/nest/build-nest-controller-name.js +23 -0
- package/src/lib/nest/build-nest-controller-name.js.map +1 -0
- package/src/lib/nest/coerce-dto-class.d.ts +9 -0
- package/src/lib/nest/coerce-dto-class.js +185 -0
- package/src/lib/nest/coerce-dto-class.js.map +1 -0
- package/src/lib/nest/coerce-form-submit-operation.d.ts +6 -0
- package/src/lib/nest/coerce-form-submit-operation.js +22 -0
- package/src/lib/nest/coerce-form-submit-operation.js.map +1 -0
- package/src/lib/nest/coerce-get-by-id-operation.d.ts +17 -0
- package/src/lib/nest/coerce-get-by-id-operation.js +69 -0
- package/src/lib/nest/coerce-get-by-id-operation.js.map +1 -0
- package/src/lib/nest/coerce-get-children-operation.d.ts +3 -0
- package/src/lib/nest/coerce-get-children-operation.js +64 -0
- package/src/lib/nest/coerce-get-children-operation.js.map +1 -0
- package/src/lib/nest/coerce-get-data-grid-operation.d.ts +7 -0
- package/src/lib/nest/coerce-get-data-grid-operation.js +33 -0
- package/src/lib/nest/coerce-get-data-grid-operation.js.map +1 -0
- package/src/lib/nest/coerce-get-page-operation.d.ts +8 -0
- package/src/lib/nest/coerce-get-page-operation.js +117 -0
- package/src/lib/nest/coerce-get-page-operation.js.map +1 -0
- package/src/lib/nest/coerce-get-root-operation.d.ts +3 -0
- package/src/lib/nest/coerce-get-root-operation.js +56 -0
- package/src/lib/nest/coerce-get-root-operation.js.map +1 -0
- package/src/lib/nest/coerce-nest-controller.d.ts +10 -0
- package/src/lib/nest/coerce-nest-controller.js +35 -0
- package/src/lib/nest/coerce-nest-controller.js.map +1 -0
- package/src/lib/nest/coerce-nest-module.d.ts +8 -0
- package/src/lib/nest/coerce-nest-module.js +29 -0
- package/src/lib/nest/coerce-nest-module.js.map +1 -0
- package/src/lib/nest/coerce-nest-service-project.d.ts +7 -0
- package/src/lib/nest/coerce-nest-service-project.js +34 -0
- package/src/lib/nest/coerce-nest-service-project.js.map +1 -0
- package/src/lib/nest/coerce-operation.d.ts +27 -0
- package/src/lib/nest/coerce-operation.js +87 -0
- package/src/lib/nest/coerce-operation.js.map +1 -0
- package/src/lib/nest/coerce-page-dto-class.d.ts +12 -0
- package/src/lib/nest/coerce-page-dto-class.js +31 -0
- package/src/lib/nest/coerce-page-dto-class.js.map +1 -0
- package/src/lib/nest/coerce-row-dto-class.d.ts +10 -0
- package/src/lib/nest/coerce-row-dto-class.js +23 -0
- package/src/lib/nest/coerce-row-dto-class.js.map +1 -0
- package/src/lib/nest/coerce-submit-data-grid-operation.d.ts +5 -0
- package/src/lib/nest/coerce-submit-data-grid-operation.js +23 -0
- package/src/lib/nest/coerce-submit-data-grid-operation.js.map +1 -0
- package/src/lib/nest/find-nest-module-declaration.js.map +1 -0
- package/src/lib/nest/find-nest-module-source-file.js.map +1 -0
- package/src/lib/nest/get-nest-module-metadata.js.map +1 -0
- package/src/lib/nest/has-nest-controller.d.ts +10 -0
- package/src/lib/nest/has-nest-controller.js +17 -0
- package/src/lib/nest/has-nest-controller.js.map +1 -0
- package/src/lib/nest/has-nest-module-class.js.map +1 -0
- package/src/lib/nest/has-nest-module.d.ts +8 -0
- package/src/lib/nest/has-nest-module.js +18 -0
- package/src/lib/nest/has-nest-module.js.map +1 -0
- package/src/lib/nest/index.d.ts +31 -0
- package/src/lib/nest/index.js +35 -0
- package/src/lib/nest/index.js.map +1 -0
- package/src/lib/nest/is-nest-module-class.js.map +1 -0
- package/src/lib/nest/nest-provider-object.js.map +1 -0
- package/src/lib/nest/project-utilities.d.ts +11 -0
- package/src/lib/nest/project-utilities.js +24 -0
- package/src/lib/nest/project-utilities.js.map +1 -0
- package/src/lib/operation-id-utilities.d.ts +14 -0
- package/src/lib/operation-id-utilities.js +59 -0
- package/src/lib/operation-id-utilities.js.map +1 -0
- package/src/lib/organize-imports.js +2 -2
- package/src/lib/organize-imports.js.map +1 -1
- package/src/lib/overwrite-decorator.d.ts +1 -1
- package/src/lib/overwrite-decorator.js.map +1 -1
- package/src/lib/overwrite-property.js +1 -1
- package/src/lib/overwrite-property.js.map +1 -1
- package/src/lib/provider-object.js.map +1 -1
- package/src/lib/to-value-context.js.map +1 -1
- package/src/lib/{apply-ts-morph-project.js → ts-morph/apply-ts-morph-project.js} +1 -1
- package/src/lib/ts-morph/apply-ts-morph-project.js.map +1 -0
- package/src/lib/ts-morph/coerce-class-implementation.d.ts +2 -0
- package/src/lib/ts-morph/coerce-class-implementation.js +10 -0
- package/src/lib/ts-morph/coerce-class-implementation.js.map +1 -0
- package/src/lib/ts-morph/coerce-class-property.d.ts +2 -0
- package/src/lib/ts-morph/coerce-class-property.js +12 -0
- package/src/lib/ts-morph/coerce-class-property.js.map +1 -0
- package/src/lib/ts-morph/coerce-decorator.d.ts +9 -0
- package/src/lib/ts-morph/coerce-decorator.js +22 -0
- package/src/lib/ts-morph/coerce-decorator.js.map +1 -0
- package/src/lib/ts-morph/coerce-function.d.ts +2 -0
- package/src/lib/ts-morph/coerce-function.js +10 -0
- package/src/lib/ts-morph/coerce-function.js.map +1 -0
- package/src/lib/ts-morph/coerce-imports.d.ts +2 -0
- package/src/lib/ts-morph/coerce-imports.js +25 -0
- package/src/lib/ts-morph/coerce-imports.js.map +1 -0
- package/src/lib/ts-morph/coerce-interface.d.ts +2 -0
- package/src/lib/ts-morph/coerce-interface.js +15 -0
- package/src/lib/ts-morph/coerce-interface.js.map +1 -0
- package/src/lib/ts-morph/coerce-parameter-declaration.d.ts +2 -0
- package/src/lib/ts-morph/coerce-parameter-declaration.js +13 -0
- package/src/lib/ts-morph/coerce-parameter-declaration.js.map +1 -0
- package/src/lib/ts-morph/coerce-statements.d.ts +2 -0
- package/src/lib/ts-morph/coerce-statements.js +11 -0
- package/src/lib/ts-morph/coerce-statements.js.map +1 -0
- package/src/lib/ts-morph/find-function.d.ts +6 -0
- package/src/lib/ts-morph/find-function.js +8 -0
- package/src/lib/ts-morph/find-function.js.map +1 -0
- package/src/lib/ts-morph/index.d.ts +10 -0
- package/src/lib/ts-morph/index.js +14 -0
- package/src/lib/ts-morph/index.js.map +1 -0
- package/src/lib/ts-morph-transform.d.ts +15 -0
- package/src/lib/ts-morph-transform.js +46 -0
- package/src/lib/ts-morph-transform.js.map +1 -0
- package/LICENSE +0 -630
- package/migration.json +0 -4
- package/src/lib/apply-ts-morph-project.js.map +0 -1
- package/src/lib/coerce-method-class.d.ts +0 -3
- package/src/lib/coerce-method-class.js +0 -14
- package/src/lib/coerce-method-class.js.map +0 -1
- package/src/lib/nestjs/add-nest-controller.js.map +0 -1
- package/src/lib/nestjs/add-nest-module-controller.js.map +0 -1
- package/src/lib/nestjs/add-nest-module-import.js.map +0 -1
- package/src/lib/nestjs/add-nest-module-provider.js.map +0 -1
- package/src/lib/nestjs/add-nest-provider-to-array.js.map +0 -1
- package/src/lib/nestjs/find-nest-module-declaration.js.map +0 -1
- package/src/lib/nestjs/find-nest-module-source-file.js.map +0 -1
- package/src/lib/nestjs/get-nest-module-metadata.js.map +0 -1
- package/src/lib/nestjs/has-nest-module-class.js.map +0 -1
- package/src/lib/nestjs/is-nest-module-class.js.map +0 -1
- package/src/lib/nestjs/nest-provider-object.js.map +0 -1
- /package/src/lib/{nestjs → nest}/add-nest-controller.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/add-nest-module-controller.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/add-nest-module-import.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/add-nest-module-provider.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/add-nest-provider-to-array.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/find-nest-module-declaration.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/find-nest-module-declaration.js +0 -0
- /package/src/lib/{nestjs → nest}/find-nest-module-source-file.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/find-nest-module-source-file.js +0 -0
- /package/src/lib/{nestjs → nest}/get-nest-module-metadata.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/get-nest-module-metadata.js +0 -0
- /package/src/lib/{nestjs → nest}/has-nest-module-class.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/has-nest-module-class.js +0 -0
- /package/src/lib/{nestjs → nest}/is-nest-module-class.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/is-nest-module-class.js +0 -0
- /package/src/lib/{nestjs → nest}/nest-provider-object.d.ts +0 -0
- /package/src/lib/{nestjs → nest}/nest-provider-object.js +0 -0
- /package/src/lib/{apply-ts-morph-project.d.ts → ts-morph/apply-ts-morph-project.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,452 +3,280 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [16.0.0-dev.
|
|
7
|
-
|
|
6
|
+
# [16.0.0-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.0.2...@rxap/schematics-ts-morph@16.0.0-dev.3) (2023-07-10)
|
|
8
7
|
|
|
9
8
|
### Bug Fixes
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
- restructure and merge mono repos packages, schematics, plugins and nest ([653b4cd](https://gitlab.com/rxap/packages/commit/653b4cd39fc92d322df9b3959651fea0aa6079da))
|
|
14
11
|
|
|
12
|
+
# [16.0.0-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@16.0.0-dev.1...@rxap/schematics-ts-morph@16.0.0-dev.2) (2023-05-31)
|
|
15
13
|
|
|
14
|
+
### Bug Fixes
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
- **ts-morph:** generate index files for libraryexport ([55b6cde](https://gitlab.com/rxap/packages/commit/55b6cde6208803b324f60d070dcff4c1afc1bf99))
|
|
19
17
|
|
|
20
|
-
###
|
|
18
|
+
### Features
|
|
21
19
|
|
|
22
|
-
|
|
20
|
+
- add a collection of utilityfunctions ([fee2f1a](https://gitlab.com/rxap/packages/commit/fee2f1ac7a328c5cb610758d7113716ac8fbe226))
|
|
21
|
+
- use the CoerceImports function for allimports ([901a68a](https://gitlab.com/rxap/packages/commit/901a68a4fcb81d691573ea4ad20412b40cea3ec4))
|
|
23
22
|
|
|
23
|
+
# [16.0.0-dev.1](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@16.0.0-dev.0...@rxap/schematics-ts-morph@16.0.0-dev.1) (2023-05-18)
|
|
24
24
|
|
|
25
|
-
###
|
|
25
|
+
### Bug Fixes
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
- remove deprecated pack targetconcept ([eeb3748](https://gitlab.com/rxap/schematics/commit/eeb3748be1201fa7f5b3cd05771b95502376d4a3))
|
|
28
28
|
|
|
29
|
+
# [16.0.0-dev.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@15.1.0...@rxap/schematics-ts-morph@16.0.0-dev.0) (2023-05-17)
|
|
29
30
|
|
|
31
|
+
### chore
|
|
30
32
|
|
|
33
|
+
- upgrade to 16.x.x ([81cd2ca](https://gitlab.com/rxap/schematics/commit/81cd2cab02c29c81e50ebe1b5c699953dce528ee))
|
|
31
34
|
|
|
35
|
+
### BREAKING CHANGES
|
|
32
36
|
|
|
33
|
-
|
|
37
|
+
- upgrade to 16.x.x
|
|
34
38
|
|
|
39
|
+
# [15.1.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@15.0.1...@rxap/schematics-ts-morph@15.1.0) (2023-05-17)
|
|
35
40
|
|
|
36
41
|
### Bug Fixes
|
|
37
42
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
- add fixMissingImportsoption ([8afa5d7](https://gitlab.com/rxap/schematics/commit/8afa5d734046d2a7ffb91451d102b5af7bca0015))
|
|
44
|
+
- **add-provider-to-array:** support custom comparelogic ([f4aae10](https://gitlab.com/rxap/schematics/commit/f4aae10eb806dcc9736aa39a212c9d86055cc5f1))
|
|
45
|
+
- **nest:** update inject obj generator to use inject instead ofdeps ([9641331](https://gitlab.com/rxap/schematics/commit/9641331764ea72757afc152823fd170941e2fdc2))
|
|
46
|
+
- only update changedfiles ([677b053](https://gitlab.com/rxap/schematics/commit/677b053549d641bacc391700e8a89f5562c29fa6))
|
|
47
|
+
- remove verbose logging ([24cb069](https://gitlab.com/rxap/schematics/commit/24cb069a423ad59ac742c40a8159d3b4dc625b06))
|
|
44
48
|
|
|
45
49
|
### Features
|
|
46
50
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## [15.0.1](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@15.0.0...@rxap/schematics-ts-morph@15.0.1) (2022-12-27)
|
|
51
|
+
- add AddClassMethod ([de71d5d](https://gitlab.com/rxap/schematics/commit/de71d5dcd6079282d240471efcf9d424d571fd8b))
|
|
54
52
|
|
|
53
|
+
## [15.0.1](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@15.0.0...@rxap/schematics-ts-morph@15.0.1) (2022-12-27)
|
|
55
54
|
|
|
56
55
|
### Bug Fixes
|
|
57
56
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
# [15.0.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@14.0.2...@rxap/schematics-ts-morph@15.0.0) (2022-12-14)
|
|
57
|
+
- remove verbose logging ([5c8c44a](https://gitlab.com/rxap/schematics/commit/5c8c44aa1002fc275a6d88a65a665671d1d3d5aa))
|
|
65
58
|
|
|
59
|
+
# [15.0.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@14.0.2...@rxap/schematics-ts-morph@15.0.0) (2022-12-14)
|
|
66
60
|
|
|
67
61
|
### chore
|
|
68
62
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
63
|
+
- upgrade to nrwl 15.x.x ([c0a94f6](https://gitlab.com/rxap/schematics/commit/c0a94f6b044213fe55dbda0634bef60859daa345))
|
|
64
|
+
- upgrade to nrwl 15.x.x ([de2b991](https://gitlab.com/rxap/schematics/commit/de2b99196ee6d388f37efd17b464a5bfa744de7e))
|
|
72
65
|
|
|
73
66
|
### BREAKING CHANGES
|
|
74
67
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
68
|
+
- upgrade nrwl 15.x.x
|
|
69
|
+
- upgrade nrwl 15.x.x
|
|
78
70
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
## [14.0.2](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@14.0.1...@rxap/schematics-ts-morph@14.0.2) (2022-12-14)
|
|
71
|
+
## [14.0.2](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@14.0.1...@rxap/schematics-ts-morph@14.0.2) (2022-12-14)
|
|
83
72
|
|
|
84
73
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
85
74
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
## [14.0.1](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@14.0.0...@rxap/schematics-ts-morph@14.0.1) (2022-10-06)
|
|
91
|
-
|
|
75
|
+
## [14.0.1](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@14.0.0...@rxap/schematics-ts-morph@14.0.1) (2022-10-06)
|
|
92
76
|
|
|
93
77
|
### Bug Fixes
|
|
94
78
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
# [14.0.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@13.0.0...@rxap/schematics-ts-morph@14.0.0) (2022-09-11)
|
|
79
|
+
- update package jsondeps ([99c7002](https://gitlab.com/rxap/schematics/commit/99c70028a34927902ece991748a7d0fc857c5223))
|
|
102
80
|
|
|
81
|
+
# [14.0.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@13.0.0...@rxap/schematics-ts-morph@14.0.0) (2022-09-11)
|
|
103
82
|
|
|
104
83
|
### chore
|
|
105
84
|
|
|
106
|
-
|
|
107
|
-
|
|
85
|
+
- upgrade to 14.x.x ([c9b8ffa](https://gitlab.com/rxap/schematics/commit/c9b8ffa50b9d86020143c333a4d4ed8c5af07687))
|
|
108
86
|
|
|
109
87
|
### BREAKING CHANGES
|
|
110
88
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
89
|
+
- upgrade to 14.x.x
|
|
116
90
|
|
|
117
|
-
# [13.0.0](https://gitlab.com/rxap/
|
|
91
|
+
# [13.0.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@13.0.0-next.2...@rxap/schematics-ts-morph@13.0.0) (2022-09-11)
|
|
118
92
|
|
|
119
93
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
120
94
|
|
|
121
|
-
# [13.0.0-next.2](https://gitlab.com/rxap/
|
|
95
|
+
# [13.0.0-next.2](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@13.0.0-next.1...@rxap/schematics-ts-morph@13.0.0-next.2) (2022-05-09)
|
|
122
96
|
|
|
123
97
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
124
98
|
|
|
125
|
-
# [13.0.0-next.1](https://gitlab.com/rxap/
|
|
126
|
-
|
|
99
|
+
# [13.0.0-next.1](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@13.0.0-next.0...@rxap/schematics-ts-morph@13.0.0-next.1) (2022-03-23)
|
|
127
100
|
|
|
128
101
|
### Bug Fixes
|
|
129
102
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
# [13.0.0-next.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.3.2...@rxap/schematics-ts-morph@13.0.0-next.0) (2022-02-19)
|
|
103
|
+
- remove rxap/utilitiesdependency ([d8dfe16](https://gitlab.com/rxap/schematics/commit/d8dfe168f5d3afd5cd88d4fd143bd2c7b2c687b7))
|
|
137
104
|
|
|
105
|
+
# [13.0.0-next.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.3.2...@rxap/schematics-ts-morph@13.0.0-next.0) (2022-02-19)
|
|
138
106
|
|
|
139
107
|
### Build System
|
|
140
108
|
|
|
141
|
-
|
|
142
|
-
|
|
109
|
+
- upgrade to nrwl 13.x.x ([5cd07c1](https://gitlab.com/rxap/schematics/commit/5cd07c19645528c787ef01a121a4a4367db78902))
|
|
143
110
|
|
|
144
111
|
### BREAKING CHANGES
|
|
145
112
|
|
|
146
|
-
|
|
113
|
+
- update the core nrwl packages to 13.x.x
|
|
147
114
|
|
|
148
115
|
Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
149
116
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
## [12.3.2](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.3.2-next.0...@rxap/schematics-ts-morph@12.3.2) (2021-10-07)
|
|
117
|
+
## [12.3.2](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.3.2-next.0...@rxap/schematics-ts-morph@12.3.2) (2021-10-07)
|
|
155
118
|
|
|
156
119
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
157
120
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
## [12.3.2-next.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.3.1...@rxap/schematics-ts-morph@12.3.2-next.0) (2021-09-16)
|
|
163
|
-
|
|
121
|
+
## [12.3.2-next.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.3.1...@rxap/schematics-ts-morph@12.3.2-next.0) (2021-09-16)
|
|
164
122
|
|
|
165
123
|
### Bug Fixes
|
|
166
124
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
## [12.3.1](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.3.0...@rxap/schematics-ts-morph@12.3.1) (2021-08-02)
|
|
125
|
+
- check if constructorexists ([851e29d](https://gitlab.com/rxap/schematics/commit/851e29d502836e4575c206bbfec9fb7b842ecbb0))
|
|
174
126
|
|
|
127
|
+
## [12.3.1](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.3.0...@rxap/schematics-ts-morph@12.3.1) (2021-08-02)
|
|
175
128
|
|
|
176
129
|
### Bug Fixes
|
|
177
130
|
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
131
|
+
- add coerce-property-key.tsmethod ([81896bd](https://gitlab.com/rxap/schematics/commit/81896bd06602eb77d088e8231eaeff3b3ffffc32))
|
|
181
132
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
# [12.3.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.3.0-next.1...@rxap/schematics-ts-morph@12.3.0) (2021-07-22)
|
|
133
|
+
# [12.3.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.3.0-next.1...@rxap/schematics-ts-morph@12.3.0) (2021-07-22)
|
|
185
134
|
|
|
186
135
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
187
136
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
# [12.3.0-next.1](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.3.0-next.0...@rxap/schematics-ts-morph@12.3.0-next.1) (2021-07-20)
|
|
193
|
-
|
|
137
|
+
# [12.3.0-next.1](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.3.0-next.0...@rxap/schematics-ts-morph@12.3.0-next.1) (2021-07-20)
|
|
194
138
|
|
|
195
139
|
### Features
|
|
196
140
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
# [12.3.0-next.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.2.0...@rxap/schematics-ts-morph@12.3.0-next.0) (2021-07-16)
|
|
141
|
+
- add MergeTsMorphProjectfunction ([9d7aa56](https://gitlab.com/rxap/schematics/commit/9d7aa561bf4c973dac6de60662abc30f6547db44))
|
|
142
|
+
- add validator comparefunction ([754fd3f](https://gitlab.com/rxap/schematics/commit/754fd3fd1b9d3984d897e986c10572928f249e52))
|
|
143
|
+
- extend MethodClass and Provideroptions ([54338d4](https://gitlab.com/rxap/schematics/commit/54338d46766e2e4d4e3cb42e9895f76ed0744a5c))
|
|
206
144
|
|
|
145
|
+
# [12.3.0-next.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.2.0...@rxap/schematics-ts-morph@12.3.0-next.0) (2021-07-16)
|
|
207
146
|
|
|
208
147
|
### Bug Fixes
|
|
209
148
|
|
|
210
|
-
|
|
211
|
-
|
|
149
|
+
- ignore new line in elementcompare ([5142bc4](https://gitlab.com/rxap/schematics/commit/5142bc492c87add4bba4fa7fceb97262566c4d71))
|
|
212
150
|
|
|
213
151
|
### Features
|
|
214
152
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
153
|
+
- extend method classparameters ([2a9a7d2](https://gitlab.com/rxap/schematics/commit/2a9a7d278ddc9020d5a9dcc55d919c51c9d82a44))
|
|
218
154
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
# [12.2.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.2.0-next.0...@rxap/schematics-ts-morph@12.2.0) (2021-07-08)
|
|
155
|
+
# [12.2.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.2.0-next.0...@rxap/schematics-ts-morph@12.2.0) (2021-07-08)
|
|
222
156
|
|
|
223
157
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
224
158
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
# [12.2.0-next.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.1.0...@rxap/schematics-ts-morph@12.2.0-next.0) (2021-07-02)
|
|
230
|
-
|
|
159
|
+
# [12.2.0-next.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.1.0...@rxap/schematics-ts-morph@12.2.0-next.0) (2021-07-02)
|
|
231
160
|
|
|
232
161
|
### Bug Fixes
|
|
233
162
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
163
|
+
- only add ts files ([e9c6408](https://gitlab.com/rxap/schematics/commit/e9c64086d23eb3d7c01fbc9998ba8690bc2c4af8))
|
|
164
|
+
- only overwrite changedfiles ([99e623e](https://gitlab.com/rxap/schematics/commit/99e623eefd0d28ec43fe6250f3e597e6fadf858b))
|
|
237
165
|
|
|
238
166
|
### Features
|
|
239
167
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
168
|
+
- add functionAddNestModuleImport ([03191e8](https://gitlab.com/rxap/schematics/commit/03191e82499e29bbea7fb1b836173b83b77bbd8e))
|
|
169
|
+
- add nest utilityfunctions ([9f9cee4](https://gitlab.com/rxap/schematics/commit/9f9cee45459388f82536a35c70e27b835ab727df))
|
|
170
|
+
- add nestjs utilityfunctions ([81cefb1](https://gitlab.com/rxap/schematics/commit/81cefb12b140c3bdc7e2b8c67561107d6ba4b92f))
|
|
244
171
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
# [12.1.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.1.0-next.1...@rxap/schematics-ts-morph@12.1.0) (2021-06-29)
|
|
172
|
+
# [12.1.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.1.0-next.1...@rxap/schematics-ts-morph@12.1.0) (2021-06-29)
|
|
249
173
|
|
|
250
174
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
251
175
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
# [12.1.0-next.1](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.1.0-next.0...@rxap/schematics-ts-morph@12.1.0-next.1) (2021-06-29)
|
|
257
|
-
|
|
176
|
+
# [12.1.0-next.1](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.1.0-next.0...@rxap/schematics-ts-morph@12.1.0-next.1) (2021-06-29)
|
|
258
177
|
|
|
259
178
|
### Bug Fixes
|
|
260
179
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
# [12.1.0-next.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.0.8-next.0...@rxap/schematics-ts-morph@12.1.0-next.0) (2021-06-24)
|
|
180
|
+
- **add-control-validator:** only throw if the validator property is not an instance ofPropertyAssignment ([8933899](https://gitlab.com/rxap/schematics/commit/8933899a981706a20e56802668574bebaaf400ad))
|
|
268
181
|
|
|
182
|
+
# [12.1.0-next.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.0.8-next.0...@rxap/schematics-ts-morph@12.1.0-next.0) (2021-06-24)
|
|
269
183
|
|
|
270
184
|
### Features
|
|
271
185
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
186
|
+
- **add-component-input:** add support for setAccessor anddocs ([ecd326f](https://gitlab.com/rxap/schematics/commit/ecd326f2162d67bba701e58bd40f703ef928b189))
|
|
277
187
|
|
|
278
|
-
## [12.0.8-next.0](https://gitlab.com/rxap/
|
|
188
|
+
## [12.0.8-next.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.0.7...@rxap/schematics-ts-morph@12.0.8-next.0) (2021-06-23)
|
|
279
189
|
|
|
280
190
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
281
191
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
## [12.0.7-next.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.0.6...@rxap/schematics-ts-morph@12.0.7-next.0) (2021-06-23)
|
|
192
|
+
## [12.0.7-next.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.0.6...@rxap/schematics-ts-morph@12.0.7-next.0) (2021-06-23)
|
|
287
193
|
|
|
288
194
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
289
195
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
## [12.0.7](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.0.6...@rxap/schematics-ts-morph@12.0.7) (2021-06-23)
|
|
196
|
+
## [12.0.7](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.0.6...@rxap/schematics-ts-morph@12.0.7) (2021-06-23)
|
|
295
197
|
|
|
296
198
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
297
199
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
## [12.0.6](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.0.4...@rxap/schematics-ts-morph@12.0.6) (2021-06-22)
|
|
200
|
+
## [12.0.6](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.0.4...@rxap/schematics-ts-morph@12.0.6) (2021-06-22)
|
|
303
201
|
|
|
304
202
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
305
203
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
## [12.0.4](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.0.3...@rxap/schematics-ts-morph@12.0.4) (2021-06-17)
|
|
311
|
-
|
|
204
|
+
## [12.0.4](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.0.3...@rxap/schematics-ts-morph@12.0.4) (2021-06-17)
|
|
312
205
|
|
|
313
206
|
### Bug Fixes
|
|
314
207
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
208
|
+
- set correct peerDependencies anddependencies ([92c5eae](https://gitlab.com/rxap/schematics/commit/92c5eae7eb84c65381ed005da1900ce5f0ce80a3))
|
|
320
209
|
|
|
321
210
|
## 12.0.3 (2021-06-14)
|
|
322
211
|
|
|
323
212
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
324
213
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
## [12.0.2](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.2.7...@rxap/schematics-ts-morph@12.0.2) (2021-06-09)
|
|
214
|
+
## [12.0.2](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.2.7...@rxap/schematics-ts-morph@12.0.2) (2021-06-09)
|
|
330
215
|
|
|
331
216
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
332
217
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
## [12.0.1](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.0.0...@rxap/schematics-ts-morph@12.0.1) (2021-05-24)
|
|
218
|
+
## [12.0.1](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@12.0.0...@rxap/schematics-ts-morph@12.0.1) (2021-05-24)
|
|
338
219
|
|
|
339
220
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
340
221
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
# [12.0.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.2.6...@rxap/schematics-ts-morph@12.0.0) (2021-05-24)
|
|
222
|
+
# [12.0.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.2.6...@rxap/schematics-ts-morph@12.0.0) (2021-05-24)
|
|
346
223
|
|
|
347
224
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
348
225
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
## [11.2.6](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.2.5...@rxap/schematics-ts-morph@11.2.6) (2021-05-08)
|
|
354
|
-
|
|
226
|
+
## [11.2.6](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.2.5...@rxap/schematics-ts-morph@11.2.6) (2021-05-08)
|
|
355
227
|
|
|
356
228
|
### Bug Fixes
|
|
357
229
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
## [11.2.5](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.2.4...@rxap/schematics-ts-morph@11.2.5) (2021-05-08)
|
|
230
|
+
- **fix-missing-imports:** add missing overwriteoption ([cb41175](https://gitlab.com/rxap/schematics/commit/cb411750e799b9857dc0f7ac5c78504f3a60b9d7))
|
|
365
231
|
|
|
232
|
+
## [11.2.5](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.2.4...@rxap/schematics-ts-morph@11.2.5) (2021-05-08)
|
|
366
233
|
|
|
367
234
|
### Bug Fixes
|
|
368
235
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
## [11.2.4](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.2.3...@rxap/schematics-ts-morph@11.2.4) (2021-05-08)
|
|
236
|
+
- **fix-missing-imports:** only fix missing imports for changed or createdfiles ([86abea1](https://gitlab.com/rxap/schematics/commit/86abea1ac57899a3d2897a80a76f5c73bf8de261))
|
|
376
237
|
|
|
238
|
+
## [11.2.4](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.2.3...@rxap/schematics-ts-morph@11.2.4) (2021-05-08)
|
|
377
239
|
|
|
378
240
|
### Bug Fixes
|
|
379
241
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
## [11.2.3](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.2.2...@rxap/schematics-ts-morph@11.2.3) (2021-05-08)
|
|
242
|
+
- **fix-missing-imports:** insert parentpath ([c4374c2](https://gitlab.com/rxap/schematics/commit/c4374c2a506d2bd521eab2f68b0bcfe43c3bb25c))
|
|
387
243
|
|
|
244
|
+
## [11.2.3](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.2.2...@rxap/schematics-ts-morph@11.2.3) (2021-05-08)
|
|
388
245
|
|
|
389
246
|
### Bug Fixes
|
|
390
247
|
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
## [11.2.2](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.2.1...@rxap/schematics-ts-morph@11.2.2) (2021-05-08)
|
|
248
|
+
- **fix-missing-imports:** insert parentpath ([f3d32d7](https://gitlab.com/rxap/schematics/commit/f3d32d750fc114dd90fcccec034e18323c979fad))
|
|
398
249
|
|
|
250
|
+
## [11.2.2](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.2.1...@rxap/schematics-ts-morph@11.2.2) (2021-05-08)
|
|
399
251
|
|
|
400
252
|
### Bug Fixes
|
|
401
253
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
## [11.2.1](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.2.0...@rxap/schematics-ts-morph@11.2.1) (2021-05-08)
|
|
254
|
+
- **fix-missing-imports:** insert parentpath ([8bcf795](https://gitlab.com/rxap/schematics/commit/8bcf7957533596fd9c492dc7ab57ba3866688485))
|
|
409
255
|
|
|
256
|
+
## [11.2.1](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.2.0...@rxap/schematics-ts-morph@11.2.1) (2021-05-08)
|
|
410
257
|
|
|
411
258
|
### Bug Fixes
|
|
412
259
|
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
# [11.2.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.1.2...@rxap/schematics-ts-morph@11.2.0) (2021-05-08)
|
|
260
|
+
- **fix-missing-imports:** use parent directory as basedir ([f3a61e3](https://gitlab.com/rxap/schematics/commit/f3a61e32d294a24081777a703b5f56586b67a81d))
|
|
420
261
|
|
|
262
|
+
# [11.2.0](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.1.2...@rxap/schematics-ts-morph@11.2.0) (2021-05-08)
|
|
421
263
|
|
|
422
264
|
### Features
|
|
423
265
|
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
266
|
+
- **fix-missing-imports:** add base pathsupport ([dccd57b](https://gitlab.com/rxap/schematics/commit/dccd57b759e7c9d433072f1c3d6592b83090663b))
|
|
428
267
|
|
|
429
|
-
|
|
430
|
-
## [11.1.2](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.1.1...@rxap/schematics-ts-morph@11.1.2) (2021-04-30)
|
|
268
|
+
## [11.1.2](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.1.1...@rxap/schematics-ts-morph@11.1.2) (2021-04-30)
|
|
431
269
|
|
|
432
270
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
433
271
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
## [11.1.1](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@11.1.0...@rxap/schematics-ts-morph@11.1.1) (2021-04-30)
|
|
439
|
-
|
|
272
|
+
## [11.1.1](https://gitlab.com/rxap/schematics/compare/@rxap/schematics-ts-morph@11.1.0...@rxap/schematics-ts-morph@11.1.1) (2021-04-30)
|
|
440
273
|
|
|
441
274
|
### Bug Fixes
|
|
442
275
|
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
276
|
+
- update build target toes6 ([6418b27](https://gitlab.com/rxap/schematics/commit/6418b27af301db0c794bb584504d786ad20cfe8c))
|
|
448
277
|
|
|
449
278
|
# 11.1.0 (2021-04-26)
|
|
450
279
|
|
|
451
|
-
|
|
452
280
|
### Features
|
|
453
281
|
|
|
454
|
-
|
|
282
|
+
- split the @rxap/schematics-utilities into ts-morph, html andxml-parser ([8312bc2](https://gitlab.com/rxap/schematics/commit/8312bc2c11d1b15e57185726b62d3b80acf135f9))
|
package/README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
@rxap/schematics-ts-morph
|
|
2
|
-
======
|
|
1
|
+
# @rxap/schematics-ts-morph
|
|
3
2
|
|
|
4
3
|
[](https://www.npmjs.com/package/@rxap/schematics-ts-morph)
|
|
5
4
|
[](https://commitizen.github.io/cz-cli/)
|
|
@@ -8,13 +7,15 @@
|
|
|
8
7
|

|
|
9
8
|

|
|
10
9
|
|
|
11
|
-
>
|
|
12
|
-
|
|
13
10
|
- [Installation](#installation)
|
|
14
11
|
|
|
15
12
|
# Installation
|
|
16
13
|
|
|
14
|
+
**Add the package to your workspace:**
|
|
15
|
+
```bash
|
|
16
|
+
yarn add @rxap/schematics-ts-morph
|
|
17
17
|
```
|
|
18
|
-
|
|
18
|
+
**Install peer dependencies:**
|
|
19
|
+
```bash
|
|
20
|
+
yarn add
|
|
19
21
|
```
|
|
20
|
-
|