This repository has been archived on 2023-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
webcrypto/CHANGELOG.md

45 lines
1.8 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.4.3](https://github.com/PeculiarVentures/webcrypto/compare/v1.4.2...v1.4.3) (2023-03-24)
### Bug Fixes
* type declaration for Crypto ([335c2cb](https://github.com/PeculiarVentures/webcrypto/commit/335c2cb45236a4832b4b5cccb869f19f458bfc2b))
### [1.4.2](https://github.com/PeculiarVentures/webcrypto/compare/v1.4.0...v1.4.2) (2023-03-21)
### Bug Fixes
* disable DES-CBC for Node v18 ([1ebf900](https://github.com/PeculiarVentures/webcrypto/commit/1ebf9006e67102b16aada2e54d5a32419d8cc3b8))
* ECDH with null length ([48f5a8c](https://github.com/PeculiarVentures/webcrypto/commit/48f5a8c19d81732a89b897fad0e6ac0e084c6333))
* publish ([e2f61b8](https://github.com/PeculiarVentures/webcrypto/commit/e2f61b8b5619767a4bd82d91631a4a15e4e5de92))
## [1.4.0](https://github.com/PeculiarVentures/webcrypto/compare/v1.3.3...v1.4.0) (2022-05-12)
### Features
* implement SHA3 256/384/512 ([8b1347d](https://github.com/PeculiarVentures/webcrypto/commit/8b1347df434ba1d8d973e0c08d61c0dc54f38432))
### [1.3.3](https://github.com/PeculiarVentures/webcrypto/compare/v1.3.2...v1.3.3) (2022-03-25)
### Bug Fixes
* remove @types/web ([a6eefa3](https://github.com/PeculiarVentures/webcrypto/commit/a6eefa34dcbcfe5ee59ff09d8c9b7273242b2ffe))
### [1.3.2](https://github.com/PeculiarVentures/webcrypto/compare/v1.3.1...v1.3.2) (2022-03-07)
### [1.3.1](https://github.com/PeculiarVentures/webcrypto/compare/v1.3.0...v1.3.1) (2022-03-02)
## [1.3.0](https://github.com/PeculiarVentures/webcrypto/compare/v1.2.3...v1.3.0) (2022-02-24)
### Features
* Support shake128 adn shake256 mechanisms ([cd5a451](https://github.com/PeculiarVentures/webcrypto/commit/cd5a451ba59618c736ed87dde1c68079bf9d3450))