This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-blog-newsletter/cronjob/node_modules/@aws-crypto/util/CHANGELOG.md
2024-05-26 22:54:55 +02:00

2.6 KiB

Change Log

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

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