## [0.8.2](https://github.com/multiformats/js-multihashing-async/compare/v0.8.1...v0.8.2) (2020-06-23) ## [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)) # [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)) # [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!! # [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)) ## [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)) ## [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)) # [0.5.0](https://github.com/multiformats/js-multihashing-async/compare/v0.4.9...v0.5.0) (2018-05-07) ## [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)) ## [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) ## [0.4.7](https://github.com/multiformats/js-multihashing-async/compare/v0.4.6...v0.4.7) (2017-10-20) ## [0.4.6](https://github.com/multiformats/js-multihashing-async/compare/v0.4.5...v0.4.6) (2017-07-21) ## [0.4.5](https://github.com/multiformats/js-multihashing-async/compare/v0.4.4...v0.4.5) (2017-03-23) ## [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)) ## [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)) ## [0.4.2](https://github.com/multiformats/js-multihashing-async/compare/v0.4.1...v0.4.2) (2017-02-09) ## [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)) # [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))