@rxap/schematics-ts-morph 16.0.0-dev.0 → 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 +105 -77
- 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,12 +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
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
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))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
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)
|
|
7
35
|
|
|
8
36
|
|
|
9
37
|
### chore
|
|
10
38
|
|
|
11
|
-
* upgrade to 16.x.x ([81cd2ca](https://gitlab.com/rxap/
|
|
39
|
+
* upgrade to 16.x.x ([81cd2ca](https://gitlab.com/rxap/schematics/commit/81cd2cab02c29c81e50ebe1b5c699953dce528ee))
|
|
12
40
|
|
|
13
41
|
|
|
14
42
|
### BREAKING CHANGES
|
|
@@ -19,44 +47,44 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
47
|
|
|
20
48
|
|
|
21
49
|
|
|
22
|
-
# [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)
|
|
23
51
|
|
|
24
52
|
|
|
25
53
|
### Bug Fixes
|
|
26
54
|
|
|
27
|
-
* add fixMissingImports option ([8afa5d7](https://gitlab.com/rxap/
|
|
28
|
-
* **add-provider-to-array:** support custom compare logic ([f4aae10](https://gitlab.com/rxap/
|
|
29
|
-
* **nest:** update inject obj generator to use inject instead of deps ([9641331](https://gitlab.com/rxap/
|
|
30
|
-
* only update changed files ([677b053](https://gitlab.com/rxap/
|
|
31
|
-
* 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))
|
|
32
60
|
|
|
33
61
|
|
|
34
62
|
### Features
|
|
35
63
|
|
|
36
|
-
* add AddClassMethod ([de71d5d](https://gitlab.com/rxap/
|
|
64
|
+
* add AddClassMethod ([de71d5d](https://gitlab.com/rxap/schematics/commit/de71d5dcd6079282d240471efcf9d424d571fd8b))
|
|
37
65
|
|
|
38
66
|
|
|
39
67
|
|
|
40
68
|
|
|
41
69
|
|
|
42
|
-
## [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)
|
|
43
71
|
|
|
44
72
|
|
|
45
73
|
### Bug Fixes
|
|
46
74
|
|
|
47
|
-
* remove verbose logging ([5c8c44a](https://gitlab.com/rxap/
|
|
75
|
+
* remove verbose logging ([5c8c44a](https://gitlab.com/rxap/schematics/commit/5c8c44aa1002fc275a6d88a65a665671d1d3d5aa))
|
|
48
76
|
|
|
49
77
|
|
|
50
78
|
|
|
51
79
|
|
|
52
80
|
|
|
53
|
-
# [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)
|
|
54
82
|
|
|
55
83
|
|
|
56
84
|
### chore
|
|
57
85
|
|
|
58
|
-
* upgrade to nrwl 15.x.x ([c0a94f6](https://gitlab.com/rxap/
|
|
59
|
-
* 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))
|
|
60
88
|
|
|
61
89
|
|
|
62
90
|
### BREAKING CHANGES
|
|
@@ -68,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
68
96
|
|
|
69
97
|
|
|
70
98
|
|
|
71
|
-
## [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)
|
|
72
100
|
|
|
73
101
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
74
102
|
|
|
@@ -76,23 +104,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
76
104
|
|
|
77
105
|
|
|
78
106
|
|
|
79
|
-
## [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)
|
|
80
108
|
|
|
81
109
|
|
|
82
110
|
### Bug Fixes
|
|
83
111
|
|
|
84
|
-
* update package json deps ([99c7002](https://gitlab.com/rxap/
|
|
112
|
+
* update package json deps ([99c7002](https://gitlab.com/rxap/schematics/commit/99c70028a34927902ece991748a7d0fc857c5223))
|
|
85
113
|
|
|
86
114
|
|
|
87
115
|
|
|
88
116
|
|
|
89
117
|
|
|
90
|
-
# [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)
|
|
91
119
|
|
|
92
120
|
|
|
93
121
|
### chore
|
|
94
122
|
|
|
95
|
-
* upgrade to 14.x.x ([c9b8ffa](https://gitlab.com/rxap/
|
|
123
|
+
* upgrade to 14.x.x ([c9b8ffa](https://gitlab.com/rxap/schematics/commit/c9b8ffa50b9d86020143c333a4d4ed8c5af07687))
|
|
96
124
|
|
|
97
125
|
|
|
98
126
|
### BREAKING CHANGES
|
|
@@ -103,31 +131,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
103
131
|
|
|
104
132
|
|
|
105
133
|
|
|
106
|
-
# [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)
|
|
107
135
|
|
|
108
136
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
109
137
|
|
|
110
|
-
# [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)
|
|
111
139
|
|
|
112
140
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
113
141
|
|
|
114
|
-
# [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)
|
|
115
143
|
|
|
116
144
|
|
|
117
145
|
### Bug Fixes
|
|
118
146
|
|
|
119
|
-
* remove rxap/utilities dependency ([d8dfe16](https://gitlab.com/rxap/
|
|
147
|
+
* remove rxap/utilities dependency ([d8dfe16](https://gitlab.com/rxap/schematics/commit/d8dfe168f5d3afd5cd88d4fd143bd2c7b2c687b7))
|
|
120
148
|
|
|
121
149
|
|
|
122
150
|
|
|
123
151
|
|
|
124
152
|
|
|
125
|
-
# [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)
|
|
126
154
|
|
|
127
155
|
|
|
128
156
|
### Build System
|
|
129
157
|
|
|
130
|
-
* 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))
|
|
131
159
|
|
|
132
160
|
|
|
133
161
|
### BREAKING CHANGES
|
|
@@ -140,7 +168,7 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
140
168
|
|
|
141
169
|
|
|
142
170
|
|
|
143
|
-
## [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)
|
|
144
172
|
|
|
145
173
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
146
174
|
|
|
@@ -148,29 +176,29 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
148
176
|
|
|
149
177
|
|
|
150
178
|
|
|
151
|
-
## [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)
|
|
152
180
|
|
|
153
181
|
|
|
154
182
|
### Bug Fixes
|
|
155
183
|
|
|
156
|
-
* check if constructor exists ([851e29d](https://gitlab.com/rxap/
|
|
184
|
+
* check if constructor exists ([851e29d](https://gitlab.com/rxap/schematics/commit/851e29d502836e4575c206bbfec9fb7b842ecbb0))
|
|
157
185
|
|
|
158
186
|
|
|
159
187
|
|
|
160
188
|
|
|
161
189
|
|
|
162
|
-
## [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)
|
|
163
191
|
|
|
164
192
|
|
|
165
193
|
### Bug Fixes
|
|
166
194
|
|
|
167
|
-
* 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))
|
|
168
196
|
|
|
169
197
|
|
|
170
198
|
|
|
171
199
|
|
|
172
200
|
|
|
173
|
-
# [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)
|
|
174
202
|
|
|
175
203
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
176
204
|
|
|
@@ -178,36 +206,36 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
178
206
|
|
|
179
207
|
|
|
180
208
|
|
|
181
|
-
# [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)
|
|
182
210
|
|
|
183
211
|
|
|
184
212
|
### Features
|
|
185
213
|
|
|
186
|
-
* add MergeTsMorphProject function ([9d7aa56](https://gitlab.com/rxap/
|
|
187
|
-
* add validator compare function ([754fd3f](https://gitlab.com/rxap/
|
|
188
|
-
* 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))
|
|
189
217
|
|
|
190
218
|
|
|
191
219
|
|
|
192
220
|
|
|
193
221
|
|
|
194
|
-
# [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)
|
|
195
223
|
|
|
196
224
|
|
|
197
225
|
### Bug Fixes
|
|
198
226
|
|
|
199
|
-
* 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))
|
|
200
228
|
|
|
201
229
|
|
|
202
230
|
### Features
|
|
203
231
|
|
|
204
|
-
* extend method class parameters ([2a9a7d2](https://gitlab.com/rxap/
|
|
232
|
+
* extend method class parameters ([2a9a7d2](https://gitlab.com/rxap/schematics/commit/2a9a7d278ddc9020d5a9dcc55d919c51c9d82a44))
|
|
205
233
|
|
|
206
234
|
|
|
207
235
|
|
|
208
236
|
|
|
209
237
|
|
|
210
|
-
# [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)
|
|
211
239
|
|
|
212
240
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
213
241
|
|
|
@@ -215,26 +243,26 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
215
243
|
|
|
216
244
|
|
|
217
245
|
|
|
218
|
-
# [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)
|
|
219
247
|
|
|
220
248
|
|
|
221
249
|
### Bug Fixes
|
|
222
250
|
|
|
223
|
-
* only add ts files ([e9c6408](https://gitlab.com/rxap/
|
|
224
|
-
* 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))
|
|
225
253
|
|
|
226
254
|
|
|
227
255
|
### Features
|
|
228
256
|
|
|
229
|
-
* add function AddNestModuleImport ([03191e8](https://gitlab.com/rxap/
|
|
230
|
-
* add nest utility functions ([9f9cee4](https://gitlab.com/rxap/
|
|
231
|
-
* 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))
|
|
232
260
|
|
|
233
261
|
|
|
234
262
|
|
|
235
263
|
|
|
236
264
|
|
|
237
|
-
# [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)
|
|
238
266
|
|
|
239
267
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
240
268
|
|
|
@@ -242,29 +270,29 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
242
270
|
|
|
243
271
|
|
|
244
272
|
|
|
245
|
-
# [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)
|
|
246
274
|
|
|
247
275
|
|
|
248
276
|
### Bug Fixes
|
|
249
277
|
|
|
250
|
-
* **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))
|
|
251
279
|
|
|
252
280
|
|
|
253
281
|
|
|
254
282
|
|
|
255
283
|
|
|
256
|
-
# [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)
|
|
257
285
|
|
|
258
286
|
|
|
259
287
|
### Features
|
|
260
288
|
|
|
261
|
-
* **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))
|
|
262
290
|
|
|
263
291
|
|
|
264
292
|
|
|
265
293
|
|
|
266
294
|
|
|
267
|
-
## [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)
|
|
268
296
|
|
|
269
297
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
270
298
|
|
|
@@ -272,7 +300,7 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
272
300
|
|
|
273
301
|
|
|
274
302
|
|
|
275
|
-
## [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)
|
|
276
304
|
|
|
277
305
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
278
306
|
|
|
@@ -280,7 +308,7 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
280
308
|
|
|
281
309
|
|
|
282
310
|
|
|
283
|
-
## [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)
|
|
284
312
|
|
|
285
313
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
286
314
|
|
|
@@ -288,7 +316,7 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
288
316
|
|
|
289
317
|
|
|
290
318
|
|
|
291
|
-
## [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)
|
|
292
320
|
|
|
293
321
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
294
322
|
|
|
@@ -296,12 +324,12 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
296
324
|
|
|
297
325
|
|
|
298
326
|
|
|
299
|
-
## [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)
|
|
300
328
|
|
|
301
329
|
|
|
302
330
|
### Bug Fixes
|
|
303
331
|
|
|
304
|
-
* set correct peerDependencies and dependencies ([92c5eae](https://gitlab.com/rxap/
|
|
332
|
+
* set correct peerDependencies and dependencies ([92c5eae](https://gitlab.com/rxap/schematics/commit/92c5eae7eb84c65381ed005da1900ce5f0ce80a3))
|
|
305
333
|
|
|
306
334
|
|
|
307
335
|
|
|
@@ -315,7 +343,7 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
315
343
|
|
|
316
344
|
|
|
317
345
|
|
|
318
|
-
## [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)
|
|
319
347
|
|
|
320
348
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
321
349
|
|
|
@@ -323,7 +351,7 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
323
351
|
|
|
324
352
|
|
|
325
353
|
|
|
326
|
-
## [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)
|
|
327
355
|
|
|
328
356
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
329
357
|
|
|
@@ -331,7 +359,7 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
331
359
|
|
|
332
360
|
|
|
333
361
|
|
|
334
|
-
# [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)
|
|
335
363
|
|
|
336
364
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
337
365
|
|
|
@@ -339,84 +367,84 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
339
367
|
|
|
340
368
|
|
|
341
369
|
|
|
342
|
-
## [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)
|
|
343
371
|
|
|
344
372
|
|
|
345
373
|
### Bug Fixes
|
|
346
374
|
|
|
347
|
-
* **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))
|
|
348
376
|
|
|
349
377
|
|
|
350
378
|
|
|
351
379
|
|
|
352
380
|
|
|
353
|
-
## [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)
|
|
354
382
|
|
|
355
383
|
|
|
356
384
|
### Bug Fixes
|
|
357
385
|
|
|
358
|
-
* **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))
|
|
359
387
|
|
|
360
388
|
|
|
361
389
|
|
|
362
390
|
|
|
363
391
|
|
|
364
|
-
## [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)
|
|
365
393
|
|
|
366
394
|
|
|
367
395
|
### Bug Fixes
|
|
368
396
|
|
|
369
|
-
* **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))
|
|
370
398
|
|
|
371
399
|
|
|
372
400
|
|
|
373
401
|
|
|
374
402
|
|
|
375
|
-
## [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)
|
|
376
404
|
|
|
377
405
|
|
|
378
406
|
### Bug Fixes
|
|
379
407
|
|
|
380
|
-
* **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))
|
|
381
409
|
|
|
382
410
|
|
|
383
411
|
|
|
384
412
|
|
|
385
413
|
|
|
386
|
-
## [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)
|
|
387
415
|
|
|
388
416
|
|
|
389
417
|
### Bug Fixes
|
|
390
418
|
|
|
391
|
-
* **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))
|
|
392
420
|
|
|
393
421
|
|
|
394
422
|
|
|
395
423
|
|
|
396
424
|
|
|
397
|
-
## [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)
|
|
398
426
|
|
|
399
427
|
|
|
400
428
|
### Bug Fixes
|
|
401
429
|
|
|
402
|
-
* **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))
|
|
403
431
|
|
|
404
432
|
|
|
405
433
|
|
|
406
434
|
|
|
407
435
|
|
|
408
|
-
# [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)
|
|
409
437
|
|
|
410
438
|
|
|
411
439
|
### Features
|
|
412
440
|
|
|
413
|
-
* **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))
|
|
414
442
|
|
|
415
443
|
|
|
416
444
|
|
|
417
445
|
|
|
418
446
|
|
|
419
|
-
## [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)
|
|
420
448
|
|
|
421
449
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
|
422
450
|
|
|
@@ -424,12 +452,12 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
424
452
|
|
|
425
453
|
|
|
426
454
|
|
|
427
|
-
## [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)
|
|
428
456
|
|
|
429
457
|
|
|
430
458
|
### Bug Fixes
|
|
431
459
|
|
|
432
|
-
* update build target to es6 ([6418b27](https://gitlab.com/rxap/
|
|
460
|
+
* update build target to es6 ([6418b27](https://gitlab.com/rxap/schematics/commit/6418b27af301db0c794bb584504d786ad20cfe8c))
|
|
433
461
|
|
|
434
462
|
|
|
435
463
|
|
|
@@ -440,4 +468,4 @@ Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
|
440
468
|
|
|
441
469
|
### Features
|
|
442
470
|
|
|
443
|
-
* 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';
|