Skip to content

Releases: aws/aws-sdk-js-codemod

v0.8.0

03 Jan 07:14
d16d0da
Compare
Choose a tag to compare

Minor Changes

  • Use default import/require for types (25559fe)

v0.7.6

02 Jan 22:35
70a313b
Compare
Choose a tag to compare

Patch Changes

  • Support updating variable declaration with require CallExpression (3c5197d)

v0.7.5

30 Dec 16:26
f5d17d1
Compare
Choose a tag to compare

Patch Changes

  • Parse through named imports from global path instead of clients (35d0638)

v0.7.4

30 Dec 07:03
4473985
Compare
Choose a tag to compare

Patch Changes

  • Deep import search only for available clients (9b3dfb1)

v0.7.3

30 Dec 04:47
2c8312f
Compare
Choose a tag to compare

Patch Changes

  • Reduce number of calls to source API in getV2ClientNamesRecord (a1134d4)

v0.7.2

30 Dec 04:08
0cbf643
Compare
Choose a tag to compare

Patch Changes

v0.7.1

29 Dec 21:18
7cec9bd
Compare
Choose a tag to compare

Patch Changes

  • Support named imports from "aws-sdk" (d236d4c)

v0.7.0

28 Dec 22:49
436cee0
Compare
Choose a tag to compare

Minor Changes

  • Use local names to minimize transformation (c77b0d9)

v0.6.12

28 Dec 05:09
dde3c75
Compare
Choose a tag to compare

Patch Changes

  • Rename v2DefaultModuleName to v2GlobalName to align with v2ClientName (10be584)
  • Remove enforcement of v2GlobalName to string (aba497a)

v0.6.11

28 Dec 01:38
3a484fb
Compare
Choose a tag to compare

Patch Changes

  • Add utility getV2ClientTSTypeRef (66568ab)
  • Add utility getV2ClientNamesFromDefault (9d2c537)
  • Add utility getV2ClientNewExpression (27a2f24)
  • Create new object instead of modifying existing expression (d3f130c)