Releases: LinusU/aws-has-region
Releases · LinusU/aws-has-region
Release list
🚢 3.0.0 / 2025-02-25
🚢 2.0.1 / 2021-08-05
🐛 Fixes
- Fix TypeScript typings for default export
🚢 2.0.0 / 2021-08-05
💥 Breaking Changes
-
Upgrade to AWS SDK v3
Migration Guide:
The main function have been changed into an asynchronous function, so you now need to await the result.
When upgrading to this version, you should also upgrade your version of the AWS SDK from version 2.x to version 3.x.
-
Convert package to ESM
Migration Guide:
This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node.
- The minimum version of Node.js supported is now:
12.20.0,14.13.1, and16.0.0 - The package must now be imported using the native
importsyntax instead of withrequire
- The minimum version of Node.js supported is now:
🌹 Internal Changes
- Bump lodash & is-my-json-valid in lock file
- Bump argparse, esprima & js-yaml in package lock
- Remove package lock file
- Upgrade to Standard v16