Releases: aws/aws-sdk-js-codemod
Releases · aws/aws-sdk-js-codemod
v0.11.2
Patch Changes
- Sort v3 named require/imports (77f08e8)
v0.11.1
Patch Changes
- Use waiterState when searching for waitFor calls to replace (69f2ea7)
v0.11.0
Minor Changes
- Add initial support for waiter API transformation (a04403b)
v0.10.6
Patch Changes
- Print code in removePromiseForCallExpression error message (e385d89)
v0.10.5
Patch Changes
- Add callExpression arguments in ArrowFunction/Return while remove promise() (bca11ad)
v0.10.4
Patch Changes
- Call JS API of jscodeshift instead of using spawn (d446899)
v0.10.3
Patch Changes
- Add instructions to clear npx cache to use latest version of aws-sdk-js-codemod (1c76e12)
v0.10.2
Patch Changes
- Support requires with MemberExpression property (8b09bb6)
v0.10.1
Patch Changes
- Enable transformation when a mixture of require and imports is present (39b1518)