Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Latest commit

 

History

History
171 lines (72 loc) · 5 KB

CHANGELOG.md

File metadata and controls

171 lines (72 loc) · 5 KB

0.7.0 (2019-09-19)

Features

0.6.1 (2019-09-16)

Bug Fixes

0.6.0 (2019-09-06)

Features

  • add upgrader support to transports (#53) (a5ad120)

BREAKING CHANGES

  • Transports must now be passed and use an Upgrader instance. See the Readme for usage. Compliance test suites will now need to pass options from common.setup(options) to their Transport constructor.

  • docs: update readme to include upgrader

  • docs: update readme to include MultiaddrConnection ref

  • feat: add upgrader spy to test suite

  • test: validate returned value of spy

0.5.2 (2019-06-11)

0.5.1 (2019-05-01)

Bug Fixes

0.5.0 (2019-04-29)

Reverts

  • "feat: make listen take an array of addrs (#46)" (#51) (030195e)

0.4.0 (2019-04-19)

Features

BREAKING CHANGES

  • All places in the API that used callbacks are now replaced with async/await

  • test: add tests for canceling dials

  • feat: Adapter class

0.3.7 (2018-11-29)

0.3.6 (2018-04-05)

0.3.5 (2017-03-21)

Bug Fixes

  • wrong main path in package.json (54b83a7)

0.3.4 (2017-02-09)

0.3.3 (2016-09-06)

0.3.2 (2016-09-06)

Bug Fixes

  • dial-test: ensure goodbye works over tcp (e1346da)

0.3.1 (2016-09-05)

Bug Fixes

  • package.json: point to right main (ace6150)

0.3.0 (2016-09-05)

Bug Fixes

  • tests: add place holder test script for releases (8e9f7cf)

Features

  • dialer: remove conn from on connect callback (1bd20d9)
  • spec: update the dial interface to cope with new pull additions (2e12166)
  • tests: add dial and listen tests (d50224d)

0.2.0 (2016-06-16)

0.1.1 (2015-12-12)

0.1.0 (2015-09-17)