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

Releases: libp2p/interface-stream-muxer

v0.8.0

20 Sep 10:57
d8f7774
Compare
Choose a tag to compare

Features

  • add onStreamEnd, muxer.streams and timeline (#56) (0f60832)

BREAKING CHANGES

  • This adds new validations to the stream muxer, which will cause existing tests to fail.

v0.7.0

16 Sep 15:49
d908f8a
Compare
Choose a tag to compare

Code Refactoring

  • API changes and switch to async await (#55) (dd837ba)

BREAKING CHANGES

  • the API is now async / await. See #55 (comment) for a summary of the changes.

v0.6.0

13 Nov 17:38
a2fda07
Compare
Choose a tag to compare

Bug Fixes

v0.5.9

14 Dec 06:02
Compare
Choose a tag to compare
chore: release version v0.5.9

v0.5.8

14 Dec 05:53
Compare
Choose a tag to compare
chore: release version v0.5.8

v0.5.5

24 Jan 09:29
Compare
Choose a tag to compare

Bug Fixes

  • when things are in the same process, there is a order to them :) (1635977)

v0.5.4

20 Jan 12:00
Compare
Choose a tag to compare

Bug Fixes

  • avoid making webpacky funky by not trying to inject tcp (6695b80)

v0.5.3

19 Jan 15:01
Compare
Choose a tag to compare
Tagging as v0.5.3

v0.5.2

19 Jan 13:21
Compare
Choose a tag to compare
Tagging as v0.5.2

v0.5.1

16 Jan 15:18
Compare
Choose a tag to compare

Bug Fixes

  • some fixes for incorrect tests (23a75d1)