Skip to content

Releases: aws/aws-sdk-js-codemod

v0.10.0

07 Jan 06:18
e5093f2
Compare
Choose a tag to compare

Minor Changes

  • Default parser to babylon (49ec6f4)

v0.9.3

07 Jan 05:56
011428e
Compare
Choose a tag to compare

Patch Changes

  • Filter client names received from new expressions and TS Types (a998205)

v0.9.2

07 Jan 04:34
cb8d6f2
Compare
Choose a tag to compare

Patch Changes

  • Use filter API to delete identifiers from require object pattern (0f4ca88)

v0.9.1

07 Jan 00:01
b846e80
Compare
Choose a tag to compare

Patch Changes

  • Use filter API to shortlist import declarations to be deleted (e623543)

v0.9.0

06 Jan 20:27
2fd8524
Compare
Choose a tag to compare

Minor Changes

  • Support type definitions which are not available in v3 (915dcfe)

Patch Changes

  • Remove reference to non-existent types from CLIENT_TYPES_MAP records (ac605d5)
  • Generate CLIENT_TYPES_MAP by processing client types from v2 (2f3a713)

v0.8.5

04 Jan 23:28
91045a8
Compare
Choose a tag to compare

Patch Changes

  • Remove client import equals if clients are not created (88f6998)

v0.8.4

04 Jan 09:01
004da6a
Compare
Choose a tag to compare

Patch Changes

  • Remove client require if clients are not created (e64574d)
  • Remove client import if clients are not created (135b8ab)

v0.8.3

04 Jan 05:45
e53fc22
Compare
Choose a tag to compare

Patch Changes

  • Replace types for requires (6d29b35)

v0.8.2

03 Jan 23:08
a206ba3
Compare
Choose a tag to compare

Patch Changes

  • Replace TypeScript types created with imports (6344814)

v0.8.1

03 Jan 20:18
086d1fd
Compare
Choose a tag to compare

Patch Changes

  • Add support for ImportEqualsDeclaration (dc417b9)