Skip to content

Releases: aws/aws-sdk-js-codemod

v0.4.0

08 Mar 00:37
154ae00
Compare
Choose a tag to compare

Minor Changes

  • 65c166a: Support transformation for global require

v0.3.1

07 Mar 21:14
d6f25df
Compare
Choose a tag to compare

Patch Changes

  • 339e74a: Handle v2 client imports in case of ImportNamespaceSpecifier
  • f4d79c8: Replace jscodeshift-find-imports with source.find() call

v0.3.0

07 Mar 20:03
3f0278e
Compare
Choose a tag to compare

Minor Changes

  • d5d5e9d: Support transformation of v2 client imports

v0.2.3

07 Mar 19:49
5018232
Compare
Choose a tag to compare

Patch Changes

  • 24f87df: Check for source 'aws-sdk' while removing default imports

v0.2.2

07 Mar 07:04
1511d73
Compare
Choose a tag to compare

Patch Changes

  • 84c337a: Remove .promise() from API calls in variable declarator

v0.2.1

07 Mar 06:43
cfb0110
Compare
Choose a tag to compare

Patch Changes

  • ed78aae: Remove .promise() from API calls which use await

v0.2.0

07 Mar 05:06
124c319
Compare
Choose a tag to compare

Minor Changes

  • a4dc900: Remove .promise() from client API calls

v0.1.5

07 Mar 04:25
386fc44
Compare
Choose a tag to compare

Patch Changes

  • c38b72a: Update existing v3 import if already present

v0.1.4

07 Mar 02:45
0311aa5
Compare
Choose a tag to compare

Patch Changes

  • 62ba488: Sort v3 client imports
  • 18ee5bb: Add test for multiple API callbacks

v0.1.3

06 Mar 21:15
34d363a
Compare
Choose a tag to compare

Patch Changes

  • ca6077d: Move test files next to source files
  • 1112f3f: Update unit tests to follow team jest standards