All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.2.1 (2021-02-25)
Note: Version bump only for package web-udp
4.2.0 (2021-02-25)
- upgrade wrtc (929d2be)
4.1.0 (2020-06-15)
- bump wrtc version to 0.4.5 (f8d2862)
4.0.2 (2020-05-04)
- remove types field from package.json (771c2f7)
4.0.1 (2020-05-04)
- fix ts definition files (2753344)
4.0.0 (2020-04-26)
- 🎸 upgrade node-webrtc and switch to yarn (d2cc4be)
- add port range option (a9cb607)
- add support for custom ice servers (c29991e)
- add UNSAFE_ordered option (4a18baa)
- 🧨 upgrade of node-webrtc may introduce unexpected breaking changes
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed types of
maxRetransmits
andmaxPacketLifeTime
properties onConnectionOptions
interface
maxRetransmits
andmaxPacketLifeTime
options- Removed auto-binding of public
RTCChannel
methods
- Removed Flow dependencies
- Full TypeScript rewrite
- Moved build step to package level
- Updated all devDependency package versions
- Updated wrtc to
0.3.2
keepAlivePeriod
option toServer
metadata
option inClient#connect
- Update README for new
metadata
option and description of examples - Removed some poorly written unit tests
- New unit test for
metadata
option