Skip to content

Releases: LinusU/aws-has-region

🚢 3.0.0 / 2025-02-25

Choose a tag to compare

@LinusU LinusU released this 25 Feb 20:39
v3.0.0
c0238d1

💥 Breaking Changes

  • Upgrade to Smithy packages version 4

    Migration Guide:

    • The minimum version of Node.js supported is now: 18.0.0

🚢 2.0.1 / 2021-08-05

Choose a tag to compare

@LinusU LinusU released this 05 Aug 16:56
fbb2110

🐛 Fixes

  • Fix TypeScript typings for default export

🚢 2.0.0 / 2021-08-05

Choose a tag to compare

@LinusU LinusU released this 05 Aug 16:35
c7033ec

💥 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, and 16.0.0
    • The package must now be imported using the native import syntax instead of with require

🌹 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

🚢 1.0.0 / 2018-02-08

Choose a tag to compare

@LinusU LinusU released this 05 Aug 16:35
f18cec3

🎉 Initial release