Skip to content

Latest commit

 

History

History
130 lines (56 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

130 lines (56 loc) · 3.14 KB

Change Log

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)

Features

4.1.0 (2020-06-15)

Features

  • bump wrtc version to 0.4.5 (f8d2862)

4.0.2 (2020-05-04)

Bug Fixes

  • remove types field from package.json (771c2f7)

4.0.1 (2020-05-04)

Bug Fixes

  • fix ts definition files (2753344)

4.0.0 (2020-04-26)

Bug Fixes

Features

  • 🎸 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)

BREAKING CHANGES

  • 🧨 upgrade of node-webrtc may introduce unexpected breaking changes

Changelog

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.

[3.0.0] - 2018-11-26

Added

  • Fixed types of maxRetransmits and maxPacketLifeTime properties on ConnectionOptions interface

[3.0.0] - 2018-11-26

Added

  • maxRetransmits and maxPacketLifeTime options
  • Removed auto-binding of public RTCChannel methods

Removed

  • Removed Flow dependencies

Changed

  • Full TypeScript rewrite
  • Moved build step to package level
  • Updated all devDependency package versions
  • Updated wrtc to 0.3.2

[2.3.0] - 2018-09-08

Added

  • keepAlivePeriod option to Server

[2.1.0] - 2018-04-11

Added

  • metadata option in Client#connect

Changed

  • Update README for new metadata option and description of examples
  • Removed some poorly written unit tests
  • New unit test for metadata option