|
4 | 4 |
|
5 | 5 | ### Patch Changes
|
6 | 6 |
|
7 |
| -- 9b5791a: Update GitHub user to awslabs |
8 |
| -- fb0c577: Add Pull Request Template |
9 |
| -- cfa2e97: Add CONTRIBUTING.md |
10 |
| -- 9a58d12: Add Code of Conduct |
11 |
| -- c0f7605: Set Amazon Web Services as author |
12 |
| -- f9d1827: Add link to LICENSE from README |
13 |
| -- 7c7d1c8: Add MIT-0 License |
| 7 | +- Update GitHub user to awslabs ([9b5791a](https://github.com/awslabs/aws-sdk-js-codemod/commit/9b5791a)) |
| 8 | +- Add Pull Request Template ([fb0c577](https://github.com/awslabs/aws-sdk-js-codemod/commit/fb0c577)) |
| 9 | +- Add CONTRIBUTING.md ([cfa2e97](https://github.com/awslabs/aws-sdk-js-codemod/commit/cfa2e97)) |
| 10 | +- Add Code of Conduct ([9a58d12](https://github.com/awslabs/aws-sdk-js-codemod/commit/9a58d12)) |
| 11 | +- Set Amazon Web Services as author ([c0f7605](https://github.com/awslabs/aws-sdk-js-codemod/commit/c0f7605)) |
| 12 | +- Add link to LICENSE from README ([f9d1827](https://github.com/awslabs/aws-sdk-js-codemod/commit/f9d1827)) |
| 13 | +- Add MIT-0 License ([7c7d1c8](https://github.com/awslabs/aws-sdk-js-codemod/commit/7c7d1c8)) |
14 | 14 |
|
15 | 15 | ## 0.5.0
|
16 | 16 |
|
17 | 17 | ### Minor Changes
|
18 | 18 |
|
19 |
| -- 334a834: Process clients from TS Type Reference |
| 19 | +- Process clients from TS Type Reference ([334a834](https://github.com/awslabs/aws-sdk-js-codemod/commit/334a834)) |
20 | 20 |
|
21 | 21 | ## 0.4.6
|
22 | 22 |
|
23 | 23 | ### Patch Changes
|
24 | 24 |
|
25 |
| -- af1ba19: Add tests for existing package import/require with services |
26 |
| -- f67d3ea: Rename v2 Modules from Client to Service |
27 |
| -- 5b77175: Remove promise() calls from clients created from service imports |
| 25 | +- Add tests for existing package import/require with services ([af1ba19](https://github.com/awslabs/aws-sdk-js-codemod/commit/af1ba19)) |
| 26 | +- Rename v2 Modules from Client to Service ([f67d3ea](https://github.com/awslabs/aws-sdk-js-codemod/commit/f67d3ea)) |
| 27 | +- Remove promise() calls from clients created from service imports ([5b77175](https://github.com/awslabs/aws-sdk-js-codemod/commit/5b77175)) |
28 | 28 |
|
29 | 29 | ## 0.4.5
|
30 | 30 |
|
31 | 31 | ### Patch Changes
|
32 | 32 |
|
33 |
| -- 249dee2: Replace <any> with <unknown> |
34 |
| -- 812ab49: Add test with no AWS SDK for JavaScript (v2) |
35 |
| -- 8ef2e6d: Rename named import to identifier import |
36 |
| -- 3d1b37c: Add test for existing identifier/package require |
| 33 | +- Replace <any> with <unknown> ([249dee2](https://github.com/awslabs/aws-sdk-js-codemod/commit/249dee2)) |
| 34 | +- Add test with no AWS SDK for JavaScript (v2) ([812ab49](https://github.com/awslabs/aws-sdk-js-codemod/commit/812ab49)) |
| 35 | +- Rename named import to identifier import ([8ef2e6d](https://github.com/awslabs/aws-sdk-js-codemod/commit/8ef2e6d)) |
| 36 | +- Add test for existing identifier/package require ([3d1b37c](https://github.com/awslabs/aws-sdk-js-codemod/commit/3d1b37c)) |
37 | 37 |
|
38 | 38 | ## 0.4.4
|
39 | 39 |
|
40 | 40 | ### Patch Changes
|
41 | 41 |
|
42 |
| -- 4053841: Run yarn lint on all source files |
43 |
| -- 52fc856: Enable eslint rule array-type with default 'array' |
44 |
| -- ea133bb: Enable eslint naming-convention rule with camelCase, UPPER_CASE and PascalCase |
45 |
| -- 52947af: Create utility getMergedArrayWithoutDuplicates |
| 42 | +- Run yarn lint on all source files ([4053841](https://github.com/awslabs/aws-sdk-js-codemod/commit/4053841)) |
| 43 | +- Enable eslint rule array-type with default 'array' ([52fc856](https://github.com/awslabs/aws-sdk-js-codemod/commit/52fc856)) |
| 44 | +- Enable eslint naming-convention rule with camelCase, UPPER_CASE and PascalCase ([ea133bb](https://github.com/awslabs/aws-sdk-js-codemod/commit/ea133bb)) |
| 45 | +- Create utility getMergedArrayWithoutDuplicates ([52947af](https://github.com/awslabs/aws-sdk-js-codemod/commit/52947af)) |
46 | 46 |
|
47 | 47 | ## 0.4.3
|
48 | 48 |
|
49 | 49 | ### Patch Changes
|
50 | 50 |
|
51 |
| -- ea49796: Bump typescript to 4.6 |
52 |
| -- 8b09b2d: Support parser=ts |
| 51 | +- Bump typescript to 4.6 ([ea49796](https://github.com/awslabs/aws-sdk-js-codemod/commit/ea49796)) |
| 52 | +- Support parser=ts ([8b09b2d](https://github.com/awslabs/aws-sdk-js-codemod/commit/8b09b2d)) |
53 | 53 |
|
54 | 54 | ## 0.4.2
|
55 | 55 |
|
56 | 56 | ### Patch Changes
|
57 | 57 |
|
58 |
| -- a72bd0c: Rename Import to Module wherever required |
59 |
| -- 34c3fb7: Add utils remove(Require|Import)IdentifierName |
60 |
| -- 4df95bd: Add utility getV2ClientModulePath |
61 |
| -- d0d459a: Split getV2ClientModuleNames into import/require components |
62 |
| -- 38a16cc: Add utils get(Require|Import)IdentifierName |
63 |
| -- dd83c82: Split getV2DefaultModuleName into import/require components |
64 |
| -- 5690340: Store 'aws-sdk' in constant PACKAGE_NAME |
| 58 | +- Rename Import to Module wherever required ([a72bd0c](https://github.com/awslabs/aws-sdk-js-codemod/commit/a72bd0c)) |
| 59 | +- Add utils remove(Require|Import)IdentifierName ([34c3fb7](https://github.com/awslabs/aws-sdk-js-codemod/commit/34c3fb7)) |
| 60 | +- Add utility getV2ClientModulePath ([4df95bd](https://github.com/awslabs/aws-sdk-js-codemod/commit/4df95bd)) |
| 61 | +- Split getV2ClientModuleNames into import/require components ([d0d459a](https://github.com/awslabs/aws-sdk-js-codemod/commit/d0d459a)) |
| 62 | +- Add utils get(Require|Import)IdentifierName ([38a16cc](https://github.com/awslabs/aws-sdk-js-codemod/commit/38a16cc)) |
| 63 | +- Split getV2DefaultModuleName into import/require components ([dd83c82](https://github.com/awslabs/aws-sdk-js-codemod/commit/dd83c82)) |
| 64 | +- Store 'aws-sdk' in constant PACKAGE_NAME ([5690340](https://github.com/awslabs/aws-sdk-js-codemod/commit/5690340)) |
65 | 65 |
|
66 | 66 | ## 0.4.1
|
67 | 67 |
|
68 | 68 | ### Patch Changes
|
69 | 69 |
|
70 |
| -- 1008a5b: Support transformation for client require |
| 70 | +- Support transformation for client require ([1008a5b](https://github.com/awslabs/aws-sdk-js-codemod/commit/1008a5b)) |
71 | 71 |
|
72 | 72 | ## 0.4.0
|
73 | 73 |
|
74 | 74 | ### Minor Changes
|
75 | 75 |
|
76 |
| -- 65c166a: Support transformation for global require |
| 76 | +- Support transformation for global require ([65c166a](https://github.com/awslabs/aws-sdk-js-codemod/commit/65c166a)) |
77 | 77 |
|
78 | 78 | ## 0.3.1
|
79 | 79 |
|
80 | 80 | ### Patch Changes
|
81 | 81 |
|
82 |
| -- 339e74a: Handle v2 client imports in case of ImportNamespaceSpecifier |
83 |
| -- f4d79c8: Replace jscodeshift-find-imports with source.find() call |
| 82 | +- Handle v2 client imports in case of ImportNamespaceSpecifier ([339e74a](https://github.com/awslabs/aws-sdk-js-codemod/commit/339e74a)) |
| 83 | +- Replace jscodeshift-find-imports with source.find() call ([f4d79c8](https://github.com/awslabs/aws-sdk-js-codemod/commit/f4d79c8)) |
84 | 84 |
|
85 | 85 | ## 0.3.0
|
86 | 86 |
|
87 | 87 | ### Minor Changes
|
88 | 88 |
|
89 |
| -- d5d5e9d: Support transformation of v2 client imports |
| 89 | +- Support transformation of v2 client imports ([d5d5e9d](https://github.com/awslabs/aws-sdk-js-codemod/commit/d5d5e9d)) |
90 | 90 |
|
91 | 91 | ## 0.2.3
|
92 | 92 |
|
93 | 93 | ### Patch Changes
|
94 | 94 |
|
95 |
| -- 24f87df: Check for source 'aws-sdk' while removing default imports |
| 95 | +- Check for source 'aws-sdk' while removing default imports ([24f87df](https://github.com/awslabs/aws-sdk-js-codemod/commit/24f87df)) |
96 | 96 |
|
97 | 97 | ## 0.2.2
|
98 | 98 |
|
99 | 99 | ### Patch Changes
|
100 | 100 |
|
101 |
| -- 84c337a: Remove .promise() from API calls in variable declarator |
| 101 | +- Remove .promise() from API calls in variable declarator ([84c337a](https://github.com/awslabs/aws-sdk-js-codemod/commit/84c337a)) |
102 | 102 |
|
103 | 103 | ## 0.2.1
|
104 | 104 |
|
105 | 105 | ### Patch Changes
|
106 | 106 |
|
107 |
| -- ed78aae: Remove .promise() from API calls which use await |
| 107 | +- Remove .promise() from API calls which use await ([ed78aae](https://github.com/awslabs/aws-sdk-js-codemod/commit/ed78aae)) |
108 | 108 |
|
109 | 109 | ## 0.2.0
|
110 | 110 |
|
111 | 111 | ### Minor Changes
|
112 | 112 |
|
113 |
| -- a4dc900: Remove .promise() from client API calls |
| 113 | +- Remove .promise() from client API calls ([a4dc900](https://github.com/awslabs/aws-sdk-js-codemod/commit/a4dc900)) |
114 | 114 |
|
115 | 115 | ## 0.1.5
|
116 | 116 |
|
117 | 117 | ### Patch Changes
|
118 | 118 |
|
119 |
| -- c38b72a: Update existing v3 import if already present |
| 119 | +- Update existing v3 import if already present ([c38b72a](https://github.com/awslabs/aws-sdk-js-codemod/commit/c38b72a)) |
120 | 120 |
|
121 | 121 | ## 0.1.4
|
122 | 122 |
|
123 | 123 | ### Patch Changes
|
124 | 124 |
|
125 |
| -- 62ba488: Sort v3 client imports |
126 |
| -- 18ee5bb: Add test for multiple API callbacks |
| 125 | +- Sort v3 client imports ([62ba488](https://github.com/awslabs/aws-sdk-js-codemod/commit/62ba488)) |
| 126 | +- Add test for multiple API callbacks ([18ee5bb](https://github.com/awslabs/aws-sdk-js-codemod/commit/18ee5bb)) |
127 | 127 |
|
128 | 128 | ## 0.1.3
|
129 | 129 |
|
130 | 130 | ### Patch Changes
|
131 | 131 |
|
132 |
| -- ca6077d: Move test files next to source files |
133 |
| -- 1112f3f: Update unit tests to follow team jest standards |
| 132 | +- Move test files next to source files ([ca6077d](https://github.com/awslabs/aws-sdk-js-codemod/commit/ca6077d)) |
| 133 | +- Update unit tests to follow team jest standards ([1112f3f](https://github.com/awslabs/aws-sdk-js-codemod/commit/1112f3f)) |
134 | 134 |
|
135 | 135 | ## 0.1.2
|
136 | 136 |
|
137 | 137 | ### Patch Changes
|
138 | 138 |
|
139 |
| -- fcd1e82: Removes unused v2 default import |
| 139 | +- Removes unused v2 default import ([fcd1e82](https://github.com/awslabs/aws-sdk-js-codemod/commit/fcd1e82)) |
140 | 140 |
|
141 | 141 | ## 0.1.1
|
142 | 142 |
|
143 | 143 | ### Patch Changes
|
144 | 144 |
|
145 |
| -- 369d337: Update README with instructions to use aws-sdk-js-codemod |
| 145 | +- Update README with instructions to use aws-sdk-js-codemod ([369d337](https://github.com/awslabs/aws-sdk-js-codemod/commit/369d337)) |
146 | 146 |
|
147 | 147 | ## 0.1.0
|
148 | 148 |
|
149 | 149 | ### Minor Changes
|
150 | 150 |
|
151 |
| -- a8be757: Send updated transform file if a custom transform is selected |
| 151 | +- Send updated transform file if a custom transform is selected ([a8be757](https://github.com/awslabs/aws-sdk-js-codemod/commit/a8be757)) |
152 | 152 |
|
153 | 153 | ### Patch Changes
|
154 | 154 |
|
155 |
| -- e13f64c: Copy code which performs basic transformation of AWS SDK for JavaScript client from v2 to v3 |
156 |
| -- dbd8346: Adds a placeholder for transforms with information under help option |
| 155 | +- Copy code which performs basic transformation of AWS SDK for JavaScript client from v2 to v3 ([e13f64c](https://github.com/awslabs/aws-sdk-js-codemod/commit/e13f64c)) |
| 156 | +- Adds a placeholder for transforms with information under help option ([dbd8346](https://github.com/awslabs/aws-sdk-js-codemod/commit/dbd8346)) |
157 | 157 |
|
158 | 158 | ## 0.0.5
|
159 | 159 |
|
160 | 160 | ### Patch Changes
|
161 | 161 |
|
162 |
| -- 0baf388: Use npm exec instead of ./node_modules/.bin |
| 162 | +- Use npm exec instead of ./node_modules/.bin ([0baf388](https://github.com/awslabs/aws-sdk-js-codemod/commit/0baf388)) |
163 | 163 |
|
164 | 164 | ## 0.0.4
|
165 | 165 |
|
166 | 166 | ### Patch Changes
|
167 | 167 |
|
168 |
| -- 978e21a: Make aws-sdk-js-codemod in bin folder executable |
| 168 | +- Make aws-sdk-js-codemod in bin folder executable ([978e21a](https://github.com/awslabs/aws-sdk-js-codemod/commit/978e21a)) |
169 | 169 |
|
170 | 170 | ## 0.0.3
|
171 | 171 |
|
172 | 172 | ### Patch Changes
|
173 | 173 |
|
174 |
| -- 3c20ee0: Remove simple-git-hooks on postinstall |
| 174 | +- Remove simple-git-hooks on postinstall ([3c20ee0](https://github.com/awslabs/aws-sdk-js-codemod/commit/3c20ee0)) |
175 | 175 |
|
176 | 176 | ## 0.0.2
|
177 | 177 |
|
178 | 178 | ### Patch Changes
|
179 | 179 |
|
180 |
| -- 91ec885: Copy configuration from trivikr/aws-sdk-js-v2-to-v3 |
181 |
| -- baafe94: Add a basic wrapper over jscodeshift |
| 180 | +- Copy configuration from trivikr/aws-sdk-js-v2-to-v3 ([91ec885](https://github.com/awslabs/aws-sdk-js-codemod/commit/91ec885)) |
| 181 | +- Add a basic wrapper over jscodeshift ([baafe94](https://github.com/awslabs/aws-sdk-js-codemod/commit/baafe94)) |
0 commit comments