UNPKG

multihashing-async

Version:
214 lines (84 loc) 6.59 kB
## [2.1.4](https://github.com/multiformats/js-multihashing-async/compare/v2.1.3...v2.1.4) (2021-08-24) ## [2.1.3](https://github.com/multiformats/js-multihashing-async/compare/v2.1.2...v2.1.3) (2021-08-11) ## [2.1.2](https://github.com/multiformats/js-multihashing-async/compare/v2.1.1...v2.1.2) (2021-03-03) ### Bug Fixes * revert to node 12 ([39d843d](https://github.com/multiformats/js-multihashing-async/commit/39d843d85e9bbfd083be5f2c3ebce1f84b202dbd)) ## [2.1.1](https://github.com/multiformats/js-multihashing-async/compare/v2.1.0...v2.1.1) (2021-03-02) ### Bug Fixes * update to aegir v31 and others deps ([#99](https://github.com/multiformats/js-multihashing-async/issues/99)) ([fa88cbc](https://github.com/multiformats/js-multihashing-async/commit/fa88cbcedc6c3713f32e89ab04c5f7c429c48c52)) # [2.1.0](https://github.com/multiformats/js-multihashing-async/compare/v2.0.1...v2.1.0) (2021-02-02) ### Features * add types to the library ([#92](https://github.com/multiformats/js-multihashing-async/issues/92)) ([4b16057](https://github.com/multiformats/js-multihashing-async/commit/4b1605755df620d0a5193ad0d682206e000ccb06)) <a name="2.0.1"></a> ## [2.0.1](https://github.com/multiformats/js-multihashing-async/compare/v2.0.0...v2.0.1) (2020-08-05) <a name="2.0.0"></a> # [2.0.0](https://github.com/multiformats/js-multihashing-async/compare/v1.0.0...v2.0.0) (2020-08-03) ### Bug Fixes * replace node buffers with uint8arrays ([#78](https://github.com/multiformats/js-multihashing-async/issues/78)) ([eb612f3](https://github.com/multiformats/js-multihashing-async/commit/eb612f3)) <a name="1.0.0"></a> # [1.0.0](https://github.com/multiformats/js-multihashing-async/compare/v0.8.2...v1.0.0) (2020-06-23) <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))