Releases: aws/aws-sdk-js-codemod
Releases · aws/aws-sdk-js-codemod
v0.4.0
Minor Changes
- 65c166a: Support transformation for global require
v0.3.1
Patch Changes
- 339e74a: Handle v2 client imports in case of ImportNamespaceSpecifier
- f4d79c8: Replace jscodeshift-find-imports with source.find() call
v0.3.0
Minor Changes
- d5d5e9d: Support transformation of v2 client imports
v0.2.3
Patch Changes
- 24f87df: Check for source 'aws-sdk' while removing default imports
v0.2.2
Patch Changes
- 84c337a: Remove .promise() from API calls in variable declarator
v0.2.1
Patch Changes
- ed78aae: Remove .promise() from API calls which use await
v0.2.0
Minor Changes
- a4dc900: Remove .promise() from client API calls
v0.1.5
Patch Changes
- c38b72a: Update existing v3 import if already present
v0.1.4
Patch Changes
- 62ba488: Sort v3 client imports
- 18ee5bb: Add test for multiple API callbacks
v0.1.3
Patch Changes
- ca6077d: Move test files next to source files
- 1112f3f: Update unit tests to follow team jest standards