Releases: aws/aws-sdk-js-codemod
Releases · aws/aws-sdk-js-codemod
v0.20.0
Minor Changes
- Use only default import while transforming import equals (73264e6)
Patch Changes
- Store whether code uses require/import/importEquals in importType (7603bda)
v0.19.0
Minor Changes
- Use v3 client name when input code does not use local name (c1c8016)
v0.18.2
Patch Changes
- Transform AWS.util.array functions (bcee631)
v0.18.1
Patch Changes
- Transform clients published between 2023-07-27 and 2023-09-13 (ca4c2af)
v0.18.0
Minor Changes
- Create input/output types mapping in CLIENT_REQ_RESP_TYPES_MAP (531767c)
- Use CLIENT_REQ_RESP_TYPES_MAP for input/output transformation (8de1c52)
v0.17.7
Patch Changes
- Remove promise calls when parentPath is CallExpression (dbf3a3f)
v0.17.6
Patch Changes
- Recommend using latest version of aws-sdk-js-codemod (d31a5d4)
v0.17.5
Patch Changes
- Add type annotation for union of required types (725034e)
- Retain type annotation when transforming redundant types (2fcf263)
v0.17.4
Patch Changes
- Store clientIdentifiersRecord at transformer level (1431238)
- Support transformation for types with type annotation (5f1a930)