Skip to content

Releases: aws/aws-sdk-js-codemod

v0.23.0

20 Oct 17:05
542e5bf
Compare
Choose a tag to compare

Minor Changes

  • Basic transformation of AWS Credentials (7abe8a2)

v0.22.1

20 Oct 05:53
c4ee840
Compare
Choose a tag to compare

Patch Changes

  • Add imports after the first occurrence of aws-sdk (2fe3834)

v0.22.0

19 Oct 17:54
f3b9ce9
Compare
Choose a tag to compare

Minor Changes

  • Add require declaration per client (d989203)

v0.21.4

18 Oct 22:23
16505e2
Compare
Choose a tag to compare

Patch Changes

  • Remove require declarator from declaration (6ebca1a)

v0.21.3

18 Oct 02:04
6c49246
Compare
Choose a tag to compare

Patch Changes

  • Use package name as suffix in import equals default declaration (2161b67)

v0.21.2

18 Oct 01:27
d68f434
Compare
Choose a tag to compare

Patch Changes

  • Remove type annotation transformation in redundant types (0296d75)
  • Remove type annotation for union of required types (bf44354)
  • Remove transformation for types with type annotation (5896f7a)

v0.21.1

17 Oct 23:57
df89493
Compare
Choose a tag to compare

Patch Changes

  • Remove check for require global identifier (a01e797)
  • Add import equals declaration for named imports (91b67f0)

v0.21.0

17 Oct 15:57
52b7c9c
Compare
Choose a tag to compare

Minor Changes

  • Use named imports while transforming require/import (536132b)

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)