cletus/node_modules/@aws-crypto/util/CHANGELOG.md
2025-05-09 15:53:19 -05:00

3.8 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.2.0 (2023-10-16)

Features

  • support ESM artifacts in all packages (#752) (e930ffb)

5.1.0 (2023-09-22)

Bug Fixes

Features

5.0.0 (2023-07-13)

Note: Version bump only for package @aws-crypto/util

4.0.0 (2023-02-20)

Note: Version bump only for package @aws-crypto/util

3.0.0 (2023-01-12)

  • feat!: replace Hash implementations with Checksum interface (#492) (da43dc0), closes #492

BREAKING CHANGES

  • All classes that implemented Hash now implement Checksum.

2.0.2 (2022-09-07)

Bug Fixes

2.0.1 (2021-12-09)

Bug Fixes

  • uint32ArrayFrom: increment index & polyfill for Uint32Array (#270) (a70d603)

2.0.0 (2021-10-25)

Note: Version bump only for package @aws-crypto/util

1.2.2 (2021-10-12)

Bug Fixes

  • crc32c: ie11 does not support Array.from (#221) (5f49547)

1.2.1 (2021-09-17)

Bug Fixes

1.2.0 (2021-09-17)

Features