Swap-Aggregator-Subgraph/node_modules/multihashing-async/CHANGELOG.md
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

159 lines
4.7 KiB
Markdown

<a name="0.8.2"></a>
## [0.8.2](https://github.com/multiformats/js-multihashing-async/compare/v0.8.1...v0.8.2) (2020-06-23)
<a name="0.8.1"></a>
## [0.8.1](https://github.com/multiformats/js-multihashing-async/compare/v0.8.0...v0.8.1) (2020-03-14)
### Bug Fixes
* expose sha ([#66](https://github.com/multiformats/js-multihashing-async/issues/66)) ([dbe2a4a](https://github.com/multiformats/js-multihashing-async/commit/dbe2a4a))
<a name="0.8.0"></a>
# [0.8.0](https://github.com/multiformats/js-multihashing-async/compare/v0.7.0...v0.8.0) (2019-09-12)
### Bug Fixes
* add identity hashing ([#53](https://github.com/multiformats/js-multihashing-async/issues/53)) ([3d4958e](https://github.com/multiformats/js-multihashing-async/commit/3d4958e))
* update deps and fix err-code usage ([fca09d6](https://github.com/multiformats/js-multihashing-async/commit/fca09d6))
<a name="0.7.0"></a>
# [0.7.0](https://github.com/multiformats/js-multihashing-async/compare/v0.6.0...v0.7.0) (2019-04-16)
### Features
* change api to async/await ([#37](https://github.com/multiformats/js-multihashing-async/issues/37)) ([01f1da6](https://github.com/multiformats/js-multihashing-async/commit/01f1da6))
### BREAKING CHANGES
* callbacks are not supported!!
<a name="0.6.0"></a>
# [0.6.0](https://github.com/multiformats/js-multihashing-async/compare/v0.5.2...v0.6.0) (2019-04-12)
### Features
* validation. fixes [#43](https://github.com/multiformats/js-multihashing-async/issues/43) ([#44](https://github.com/multiformats/js-multihashing-async/issues/44)) ([fc01b26](https://github.com/multiformats/js-multihashing-async/commit/fc01b26))
<a name="0.5.2"></a>
## [0.5.2](https://github.com/multiformats/js-multihashing-async/compare/v0.5.1...v0.5.2) (2019-01-09)
### Bug Fixes
* use Buffer.from instead of the deprecated new Buffer ([#36](https://github.com/multiformats/js-multihashing-async/issues/36)) ([7f9c6d1](https://github.com/multiformats/js-multihashing-async/commit/7f9c6d1))
* use process.nextTick instead of setImmediate ([#35](https://github.com/multiformats/js-multihashing-async/issues/35)) ([343a6c0](https://github.com/multiformats/js-multihashing-async/commit/343a6c0))
<a name="0.5.1"></a>
## [0.5.1](https://github.com/multiformats/js-multihashing-async/compare/v0.5.0...v0.5.1) (2018-05-30)
### Bug Fixes
* improve Error on missing webcrypto ([b9c52b9](https://github.com/multiformats/js-multihashing-async/commit/b9c52b9))
<a name="0.5.0"></a>
# [0.5.0](https://github.com/multiformats/js-multihashing-async/compare/v0.4.9...v0.5.0) (2018-05-07)
<a name="0.4.9"></a>
## [0.4.9](https://github.com/multiformats/js-multihashing-async/compare/v0.4.8...v0.4.9) (2018-05-07)
### Bug Fixes
* shake digest size ([5444fba](https://github.com/multiformats/js-multihashing-async/commit/5444fba))
<a name="0.4.8"></a>
## [0.4.8](https://github.com/multiformats/js-multihashing-async/compare/v0.4.7...v0.4.8) (2018-02-27)
### Features
* add double SHA2-256 hashing ([cb3779d](https://github.com/multiformats/js-multihashing-async/commit/cb3779d)), closes [#25](https://github.com/multiformats/js-multihashing-async/issues/25)
<a name="0.4.7"></a>
## [0.4.7](https://github.com/multiformats/js-multihashing-async/compare/v0.4.6...v0.4.7) (2017-10-20)
<a name="0.4.6"></a>
## [0.4.6](https://github.com/multiformats/js-multihashing-async/compare/v0.4.5...v0.4.6) (2017-07-21)
<a name="0.4.5"></a>
## [0.4.5](https://github.com/multiformats/js-multihashing-async/compare/v0.4.4...v0.4.5) (2017-03-23)
<a name="0.4.4"></a>
## [0.4.4](https://github.com/multiformats/js-multihashing-async/compare/v0.4.3...v0.4.4) (2017-03-16)
### Bug Fixes
* **deps:** update to fixed version of nodeify (1.0.1) ([154001d](https://github.com/multiformats/js-multihashing-async/commit/154001d))
<a name="0.4.3"></a>
## [0.4.3](https://github.com/multiformats/js-multihashing-async/compare/v0.4.2...v0.4.3) (2017-02-24)
### Features
* add blake support ([303a94c](https://github.com/multiformats/js-multihashing-async/commit/303a94c))
<a name="0.4.2"></a>
## [0.4.2](https://github.com/multiformats/js-multihashing-async/compare/v0.4.1...v0.4.2) (2017-02-09)
<a name="0.4.1"></a>
## [0.4.1](https://github.com/multiformats/js-multihashing-async/compare/v0.4.0...v0.4.1) (2017-02-08)
### Features
* change window to self for webworker support ([d89e039](https://github.com/multiformats/js-multihashing-async/commit/d89e039))
<a name="0.4.0"></a>
# [0.4.0](https://github.com/multiformats/js-multihashing-async/compare/v0.3.0...v0.4.0) (2017-01-27)
### Features
* add support for murmur3 ([a1ed649](https://github.com/multiformats/js-multihashing-async/commit/a1ed649))
* add support for webworkers ([2f30f71](https://github.com/multiformats/js-multihashing-async/commit/2f30f71))