Releases: paullouisageneau/datachannel-wasm
Releases · paullouisageneau/datachannel-wasm
Version 0.3.1
What's Changed
- Prevent callbacks from being called on the native listener after it has been deleted by @les-sosna in #55
New Contributors
- @les-sosna made their first contribution in #55
Full Changelog: v0.3.0...v0.3.1
Version 0.3.0
Version 0.2.4
What's Changed
- Support SharedArrayBuffer heap by @paullouisageneau in #49
Full Changelog: v0.2.3...v0.2.4
Version 0.2.3
What's Changed
- Close RTCPeerConnection objects before deleting by @golgirihm in #47
New Contributors
- @golgirihm made their first contribution in #47
Full Changelog: v0.2.2...v0.2.3
Version 0.2.2
What's Changed
- Add ICE state to API by @paullouisageneau in #42
- Add quotes to shell .js files in CMakeLists.txt by @jwric in #44
- Fix missing include in channel.hpp by @eugeneko in #46
New Contributors
Full Changelog: v0.2.1...v0.2.2
Version 0.2.1
What's Changed
- Fix call to createDataChannel with both maxPacketLifeTime and maxRetransmits present by @paullouisageneau in #36
- Fix warning "linker setting ignored during compilation" by @paullouisageneau in #37
- Replace dynamic dynCall by makeDynCall macro by @paullouisageneau in #39
Full Changelog: v0.2.0...v0.2.1
Version 0.2.0
What's Changed
- Implement Timed reliability by @paullouisageneau in #33
- Relicense under MIT by @paullouisageneau in #34
Full Changelog: v0.1.2...v0.2.0