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