Skip to content

Releases: aws/aws-sdk-js-codemod

v0.20.0

17 Oct 05:56
9d2ac24
Compare
Choose a tag to compare

Minor Changes

  • Use only default import while transforming import equals (73264e6)

Patch Changes

  • Store whether code uses require/import/importEquals in importType (7603bda)

v0.19.0

16 Oct 03:23
e5fcdb6
Compare
Choose a tag to compare

Minor Changes

  • Use v3 client name when input code does not use local name (c1c8016)

v0.18.3

15 Sep 21:23
f4819ac
Compare
Choose a tag to compare

Patch Changes

  • Transform AWS.util.copy (bdf04b8)

v0.18.2

15 Sep 17:19
2515ffc
Compare
Choose a tag to compare

Patch Changes

  • Transform AWS.util.array functions (bcee631)

v0.18.1

15 Sep 00:20
6ebc9f4
Compare
Choose a tag to compare

Patch Changes

  • Transform clients published between 2023-07-27 and 2023-09-13 (ca4c2af)

v0.18.0

14 Sep 21:03
58d556f
Compare
Choose a tag to compare

Minor Changes

  • Create input/output types mapping in CLIENT_REQ_RESP_TYPES_MAP (531767c)
  • Use CLIENT_REQ_RESP_TYPES_MAP for input/output transformation (8de1c52)

v0.17.7

07 Sep 02:29
14b438b
Compare
Choose a tag to compare

Patch Changes

  • Remove promise calls when parentPath is CallExpression (dbf3a3f)

v0.17.6

05 Sep 23:16
fef89e4
Compare
Choose a tag to compare

Patch Changes

  • Recommend using latest version of aws-sdk-js-codemod (d31a5d4)

v0.17.5

09 Aug 05:06
2258581
Compare
Choose a tag to compare

Patch Changes

  • Add type annotation for union of required types (725034e)
  • Retain type annotation when transforming redundant types (2fcf263)

v0.17.4

08 Aug 16:47
e467f18
Compare
Choose a tag to compare

Patch Changes

  • Store clientIdentifiersRecord at transformer level (1431238)
  • Support transformation for types with type annotation (5f1a930)