Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Latest commit

 

History

History
214 lines (87 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

214 lines (87 loc) · 5.37 KB

0.13.1 (2020-08-11)

0.13.0 (2020-08-10)

Bug Fixes

  • replace node buffers with uint8arrays (#124) (c3f1f34)

BREAKING CHANGES

    • The dependencies this module has have uint8arrays as properties instead of node buffers
  • chore: remove buffer api usage from tests

0.12.6 (2020-07-08)

Bug Fixes

0.12.5 (2020-05-07)

Bug Fixes

0.12.4 (2020-03-23)

Bug Fixes

0.12.3 (2020-02-13)

Bug Fixes

0.12.2 (2020-01-06)

0.12.1 (2019-11-22)

0.12.0 (2019-11-22)

0.11.1 (2019-01-11)

Bug Fixes

0.11.0 (2019-01-03)

0.10.1 (2018-10-31)

0.10.0 (2018-04-05)

0.9.4 (2018-03-28)

Bug Fixes

  • pass the handshake failure on (6d09b47)

0.9.3 (2018-02-27)

Bug Fixes

  • cascading connection from encrypted connection to parent connection (e205ca4)

0.9.2 (2018-02-12)

0.9.1 (2018-01-28)

0.9.0 (2018-01-07)

0.8.1 (2017-09-07)

Features

  • replace protocol-buffers with protons (#93) (a3e69e8)

0.8.0 (2017-09-03)

Features

0.7.1 (2017-07-22)

0.7.0 (2017-07-22)

Features

0.6.8 (2017-03-21)

0.6.7 (2017-02-11)

Bug Fixes

  • disable webworker tests (2650370)

0.6.6 (2017-02-09)

0.6.5 (2017-01-22)

Bug Fixes

  • update to the new crypto.randomBytes method (73d0b41)

0.6.4 (2016-12-13)

Bug Fixes

  • handshake: improve timeout handling (90105f9)
  • support: return if talking to oneself (0dedc33)