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

Releases: libp2p/interface-stream-muxer

v0.8.0

Choose a tag to compare

@jacobheun jacobheun released this 20 Sep 10:57
d8f7774

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

Choose a tag to compare

@jacobheun jacobheun released this 16 Sep 15:49
d908f8a

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

Choose a tag to compare

@jacobheun jacobheun released this 13 Nov 17:38
a2fda07

Bug Fixes

v0.5.9

Choose a tag to compare

@daviddias daviddias released this 14 Dec 06:02
chore: release version v0.5.9

v0.5.8

Choose a tag to compare

@daviddias daviddias released this 14 Dec 05:53
chore: release version v0.5.8

v0.5.5

Choose a tag to compare

@daviddias daviddias released this 24 Jan 09:29

Bug Fixes

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

v0.5.4

Choose a tag to compare

@daviddias daviddias released this 20 Jan 12:00

Bug Fixes

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

v0.5.3

Choose a tag to compare

@daviddias daviddias released this 19 Jan 15:01
Tagging as v0.5.3

v0.5.2

Choose a tag to compare

@daviddias daviddias released this 19 Jan 13:21
Tagging as v0.5.2

v0.5.1

Choose a tag to compare

@daviddias daviddias released this 16 Jan 15:18

Bug Fixes

  • some fixes for incorrect tests (23a75d1)