Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/smart-toes-brake.md

This file was deleted.

40 changes: 23 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
# aws-sdk-js-codemod

## 1.0.1

### Patch Changes

- Bump jscodeshift to v0.15.1 ([c04ed748e9702077e2dcd5f39c26b9708d2d78ae](https://github.com/aws/aws-sdk-js-codemod/commit/c04ed748e9702077e2dcd5f39c26b9708d2d78ae))

## 1.0.0

### Major Changes

- Transform JS SDK APIs to v3 from static imports of aws-sdk v2
- Default Import
- Namespace Import
- Variable Require
- Import Equals
- Named Import
- Named Import with a local name
- ObjectPattern Require
- ObjectPattern Require with a local name
- Variable Require Property
- Variable Require Property with a local name
- Default Import with deep path
- Namespace Import with deep path
- Variable Require with deep path
- Import Equals with deep path
- Default Import
- Namespace Import
- Variable Require
- Import Equals
- Named Import
- Named Import with a local name
- ObjectPattern Require
- ObjectPattern Require with a local name
- Variable Require Property
- Variable Require Property with a local name
- Default Import with deep path
- Namespace Import with deep path
- Variable Require with deep path
- Import Equals with deep path
- Transform JS SDK client creations in v2 to v3
- When client name is same
- When client name is different
- When client is imported with a local name
- When client name is same
- When client name is different
- When client is imported with a local name
- Transform simple JS SDK config from v2 to v3 which is deprecated, not supported, replaced or renamed
- Remove `.promise()` from JS SDK API calls
- Transform JS SDK v2 TypeScript types to v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-sdk-js-codemod",
"version": "1.0.0",
"version": "1.0.1",
"description": "Collection of codemod scripts that help update AWS SDK for JavaScript APIs",
"keywords": [
"jscodeshift",
Expand Down