|
1 | 1 | # aws-sdk-js-codemod |
2 | 2 |
|
| 3 | +## 1.0.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- Bump jscodeshift to v0.15.1 ([c04ed748e9702077e2dcd5f39c26b9708d2d78ae](https://github.com/aws/aws-sdk-js-codemod/commit/c04ed748e9702077e2dcd5f39c26b9708d2d78ae)) |
| 8 | + |
3 | 9 | ## 1.0.0 |
4 | 10 |
|
5 | 11 | ### Major Changes |
6 | 12 |
|
7 | 13 | - Transform JS SDK APIs to v3 from static imports of aws-sdk v2 |
8 | | - - Default Import |
9 | | - - Namespace Import |
10 | | - - Variable Require |
11 | | - - Import Equals |
12 | | - - Named Import |
13 | | - - Named Import with a local name |
14 | | - - ObjectPattern Require |
15 | | - - ObjectPattern Require with a local name |
16 | | - - Variable Require Property |
17 | | - - Variable Require Property with a local name |
18 | | - - Default Import with deep path |
19 | | - - Namespace Import with deep path |
20 | | - - Variable Require with deep path |
21 | | - - Import Equals with deep path |
| 14 | + - Default Import |
| 15 | + - Namespace Import |
| 16 | + - Variable Require |
| 17 | + - Import Equals |
| 18 | + - Named Import |
| 19 | + - Named Import with a local name |
| 20 | + - ObjectPattern Require |
| 21 | + - ObjectPattern Require with a local name |
| 22 | + - Variable Require Property |
| 23 | + - Variable Require Property with a local name |
| 24 | + - Default Import with deep path |
| 25 | + - Namespace Import with deep path |
| 26 | + - Variable Require with deep path |
| 27 | + - Import Equals with deep path |
22 | 28 | - Transform JS SDK client creations in v2 to v3 |
23 | | - - When client name is same |
24 | | - - When client name is different |
25 | | - - When client is imported with a local name |
| 29 | + - When client name is same |
| 30 | + - When client name is different |
| 31 | + - When client is imported with a local name |
26 | 32 | - Transform simple JS SDK config from v2 to v3 which is deprecated, not supported, replaced or renamed |
27 | 33 | - Remove `.promise()` from JS SDK API calls |
28 | 34 | - Transform JS SDK v2 TypeScript types to v3 |
|
0 commit comments