Skip to content

Releases: coast-team/netflux

v0.8.0

26 May 08:51
Compare
Choose a tag to compare

<a name"0.8.0">

0.8.0 (2016-05-26)

Features

  • ping: add ping method to WebChannel (e8c0e5ea)

v0.7.0

25 May 13:34
Compare
Choose a tag to compare

<a name"0.7.0">

0.7.0 (2016-05-25)

Features

  • onMessage: the third attribute means whether the message is sent via send/sendTo (d990e371)

v0.6.2

24 May 16:55
Compare
Choose a tag to compare

<a name"0.6.2">

0.6.2 (2016-05-24)

Bug Fixes

  • constructor.name: bug when getting constructor name, appeared in Firefox 46 (9b4a6415)

v0.6.1

23 May 14:33
Compare
Choose a tag to compare

<a name"0.6.1">

0.6.1 (2016-05-23)

Bug Fixes

  • joining: bug where several peers join at once via the same peer. (7391d2a8)
  • leave: sending data after leaving the WebChannel (41f7b9d7)

v0.6.0

19 May 13:58
Compare
Choose a tag to compare

<a name"0.6.0">

0.6.0 (2016-05-19)

Features

  • MessageBuilderService: allow to send any of ArrayBufferView (7d50c8ff, closes #12)

v0.5.0

13 May 14:30
Compare
Choose a tag to compare

<a name"0.5.0">

0.5.0 (2016-05-13)

Features

  • send String data more than 16kb (53a43e5b, closes #14)

v0.4.5

29 Apr 12:18
Compare
Choose a tag to compare

<a name"0.4.5">

0.4.5 (2016-04-29)

Bug Fixes

  • add tests, refactor code to exclude potential bugs, add doc (ca5f31b9)

v0.4.4

07 Apr 17:03
Compare
Choose a tag to compare

<a name"0.4.4">

0.4.4 (2016-04-07)

Bug Fixes

  • initialize newly created channels in WebRTCService (16206d3f)

v0.4.3

01 Apr 12:19
Compare
Choose a tag to compare

<a name"0.4.3">

0.4.3 (2016-04-01)

Bug Fixes

  • when peer could not join, the Promise did not catch it (8c109861)

v0.4.2

31 Mar 09:04
Compare
Choose a tag to compare

<a name"0.4.2">

0.4.2 (2016-03-31)

Bug Fixes

  • WebRTCService: each peer can open a door to the webChannel instead to have only one door availa (82ec1ba8)