Releases: aws/aws-sdk-js-codemod
Releases · aws/aws-sdk-js-codemod
v0.6.0
Minor Changes
- Drop support for Node.js 12.x (ca4eb56)
- Bump jscodeshift to v0.14.0 (53d305a)
v0.5.2
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.0
Minor Changes
- 334a834: Process clients from TS Type Reference
v0.4.6
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
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
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.2
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
Patch Changes
- 1008a5b: Support transformation for client require