Skip to content

Releases: aws/aws-sdk-js-codemod

v0.6.0

16 Nov 22:57
8a63ea2
Compare
Choose a tag to compare

Minor Changes

  • Drop support for Node.js 12.x (ca4eb56)
  • Bump jscodeshift to v0.14.0 (53d305a)

v0.5.2

25 Mar 06:12
105f25b
Compare
Choose a tag to compare

Patch Changes

  • Use require for custom changelog script (9413715)
  • Enable @changesets/changelog-github (f8ab5e1)
  • Add GitHub commit links to CHANGELOG (f1ec4a9)
  • Add custom changelog script (c9ff137)

v0.5.1

15 Mar 18:24
aaac3bb
Compare
Choose a tag to compare

Patch Changes

v0.5.0

10 Mar 05:23
0d8874a
Compare
Choose a tag to compare

Minor Changes

  • 334a834: Process clients from TS Type Reference

v0.4.6

10 Mar 02:23
39b96b4
Compare
Choose a tag to compare

Patch Changes

  • af1ba19: Add tests for existing package import/require with services
  • f67d3ea: Rename v2 Modules from Client to Service
  • 5b77175: Remove promise() calls from clients created from service imports

v0.4.5

09 Mar 23:25
c6cbab7
Compare
Choose a tag to compare

Patch Changes

  • 249dee2: Replace with
  • 812ab49: Add test with no AWS SDK for JavaScript (v2)
  • 8ef2e6d: Rename named import to identifier import
  • 3d1b37c: Add test for existing identifier/package require

v0.4.4

09 Mar 17:10
1af8c97
Compare
Choose a tag to compare

Patch Changes

  • 4053841: Run yarn lint on all source files
  • 52fc856: Enable eslint rule array-type with default 'array'
  • ea133bb: Enable eslint naming-convention rule with camelCase, UPPER_CASE and PascalCase
  • 52947af: Create utility getMergedArrayWithoutDuplicates

v0.4.3

09 Mar 06:31
0974eb6
Compare
Choose a tag to compare

Patch Changes

v0.4.2

08 Mar 05:22
880e2e5
Compare
Choose a tag to compare

Patch Changes

  • a72bd0c: Rename Import to Module wherever required
  • 34c3fb7: Add utils remove(Require|Import)IdentifierName
  • 4df95bd: Add utility getV2ClientModulePath
  • d0d459a: Split getV2ClientModuleNames into import/require components
  • 38a16cc: Add utils get(Require|Import)IdentifierName
  • dd83c82: Split getV2DefaultModuleName into import/require components
  • 5690340: Store 'aws-sdk' in constant PACKAGE_NAME

v0.4.1

08 Mar 01:12
9e80878
Compare
Choose a tag to compare

Patch Changes

  • 1008a5b: Support transformation for client require