Releases: aws/aws-sdk-js-codemod
Releases · aws/aws-sdk-js-codemod
v0.17.3
Patch Changes
- Add namespace import instead of default import (432133e)
- Check if parameters are passed during DocumentClient creation (56ac51a)
v0.17.2
Patch Changes
- Add comments for unsupported named deep import of DocumentClient (0ed75c4)
v0.17.1
Patch Changes
- Transform DynamoDB DocumentClient wrapNumbers option (d1cea6f)
- Transform DynamoDB DocumentClient convertEmptyValues option (1a54680)
v0.17.0
Minor Changes
- Support transformation of DocumentClient input/output types (53a49aa)
Patch Changes
- Create types map for DocumentClient (31f3ef4)
v0.16.0
Minor Changes
- Support transformation of S3 getSignedUrl (d194142)
v0.15.2
Patch Changes
- Preserve import comments when transforming code (f4d2497)
- Retain only top level comments while transforming (83832c8)
v0.15.1
Patch Changes
- Transform clients published between 2022-12-22 and 2023-07-26 (1a437fe)
v0.15.0
Minor Changes
- Bump jscodeshift to 0.15.0 (183eee2)
v0.14.1
Patch Changes
- Use value from service param for creating DynamoDB DocumentClient (6b09a0d)
v0.14.0
Minor Changes
- Add initial support for DynamoDB DocumentClient transformation (15b1d6c)