Releases: aws/aws-sdk-js-codemod
Releases · aws/aws-sdk-js-codemod
v0.13.5
Patch Changes
- Add comments for unsupported S3 ManagedUpload with callback (26eb091)
- Add check for s3 client name before transforming upload API (6e6c41f)
- Do not apply babeljs to the transform file (c74fb09)
v0.13.4
Patch Changes
- Add transformation for s3 ManagedUploadOptions in an identifier (049b329)
- Add transformation for s3 ManagedUploadOptions (4b17da0)
v0.13.3
Patch Changes
- Add comments for unsupported waiters with callback (adf104f)
v0.13.2
Patch Changes
- Support transformation of waiter API on a client class member (692b989)
v0.13.1
Patch Changes
- Compute variable name for import equals from v2ClientName (06a92c7)
v0.13.0
Minor Changes
- Add comment with warning when removing .promise() from untested cases (0447472)
Patch Changes
- Support removal of promise() for ExpressionStatement (a024eeb)
v0.12.1
Patch Changes
- Make AwaitExpression/VariableDeclarator generic while removing .promise() API (13fd08a)
v0.12.0
Minor Changes
- Add initial transformation for s3.upload API (5aeb73e)
v0.11.4
Patch Changes
- Support removal of .promise() with parentPath ObjectProperty (ec4577c)
v0.11.3
Patch Changes
- Support transformation of waiter configuration (2d477e0)