Skip to content

Latest commit

 

History

History
205 lines (82 loc) · 6.22 KB

CHANGELOG.md

File metadata and controls

205 lines (82 loc) · 6.22 KB

2.1.2 (2021-03-03)

Bug Fixes

2.1.1 (2021-03-02)

Bug Fixes

  • update to aegir v31 and others deps (#99) (fa88cbc)

2.1.0 (2021-02-02)

Features

2.0.1 (2020-08-05)

2.0.0 (2020-08-03)

Bug Fixes

  • replace node buffers with uint8arrays (#78) (eb612f3)

1.0.0 (2020-06-23)

0.8.2 (2020-06-23)

0.8.1 (2020-03-14)

Bug Fixes

0.8.0 (2019-09-12)

Bug Fixes

0.7.0 (2019-04-16)

Features

BREAKING CHANGES

  • callbacks are not supported!!

0.6.0 (2019-04-12)

Features

0.5.2 (2019-01-09)

Bug Fixes

  • use Buffer.from instead of the deprecated new Buffer (#36) (7f9c6d1)
  • use process.nextTick instead of setImmediate (#35) (343a6c0)

0.5.1 (2018-05-30)

Bug Fixes

  • improve Error on missing webcrypto (b9c52b9)

0.5.0 (2018-05-07)

0.4.9 (2018-05-07)

Bug Fixes

0.4.8 (2018-02-27)

Features

  • add double SHA2-256 hashing (cb3779d), closes #25

0.4.7 (2017-10-20)

0.4.6 (2017-07-21)

0.4.5 (2017-03-23)

0.4.4 (2017-03-16)

Bug Fixes

  • deps: update to fixed version of nodeify (1.0.1) (154001d)

0.4.3 (2017-02-24)

Features

0.4.2 (2017-02-09)

0.4.1 (2017-02-08)

Features

  • change window to self for webworker support (d89e039)

0.4.0 (2017-01-27)

Features

  • add support for murmur3 (a1ed649)
  • add support for webworkers (2f30f71)