Releases: murat-dogan/node-datachannel
Releases · murat-dogan/node-datachannel
v0.3.4
What's Changed
- Update libdatachannel to v0.17.7 by @paullouisageneau in #114
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Update package.json
v0.3.2
What's Changed
- Fix Incorrect Type Declaration Names by @SE2Dev in #100
- Fix invalid std::optional access by @SE2Dev in #101
- Cleanup Type Declaration Syntax by @SE2Dev in #102
- Improve null pointer checks for tracks & channels by @pimterry in #104
- Refactor cleanup on close to prevent JS callbacks after close() by @paullouisageneau in #106
- Enhancements by @paullouisageneau in #107
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Update libdatachannel to v0.17.1 by @paullouisageneau in #99
- Fix Typings by @murat-dogan
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Upgrade by @murat-dogan in #83
- Expose the DataChannel id and protocol as dc.getId() and dc.getProtocol() by @pimterry in #85
- Properly handle DataChannelStream write exceptions by @pimterry in #86
- fix windows version by @murat-dogan in #90
- Fix Closed cb behaviour by @murat-dogan in #89
- Remove now-unnecessary channel shutdown code from tests by @pimterry in #91
- Fix some small issues in media track types by @pimterry in #94
- integrate eslint by @murat-dogan in #95
- Fix & Cleanup Type Declarations by @SE2Dev in #93
- Expose enableIceUdpMux and disableAutoNegotiation config flags by @paullouisageneau in #96
- Expose track.type() on media tracks by @pimterry in #97
- Fixes #65 by @murat-dogan in #98
New Contributors
Full Changelog: v0.2.4...v0.3.0
v0.2.4
v0.2.3
v0.2.3
v0.2.2
What's Changed
- add signalingState function by @murat-dogan in #72
- Add gatheringState function by @murat-dogan in #73
- Add missing states methods by @paullouisageneau in #74
Full Changelog: V0.2.1...v0.2.2
v0.2.1
Change License to LGPL