Peerjs Server Versions Save

Server for PeerJS

v1.0.0-rc.5

1 year ago

1.0.0-rc.5 (2023-01-09)

Bug Fixes

Features

v1.0.0-rc.4

1 year ago

1.0.0-rc.4 (2022-11-17)

Bug Fixes

  • the server could crash if a client sends invalid frames (29394de)

v1.0.0-rc.3

1 year ago

1.0.0-rc.3 (2022-11-10)

Bug Fixes

  • the server could crash if a client sends invalid frames (33e6d75), closes #290

v1.0.0-rc.2

1 year ago

1.0.0-rc.2 (2022-10-30)

Features

  • remove deprecated XHR fallback (d900145)

BREAKING CHANGES

  • Requires PeerJS >= 1.0

v1.0.0-rc.1

1 year ago

1.0.0-rc.1 (2022-10-29)

Bug Fixes

  • npm audit: Updates all dependencies that cause npm audit to issue a warning (1aaafbc), closes #287

Features

  • drop Node {10,11,12,13} support (b70ed79)

Performance Improvements

  • use the builtin UUID generator for Peer ids instead of the uuid module (5d882dd)

BREAKING CHANGES

  • Node >= 14 required

14 is the oldest currently supported version. See https://github.com/nodejs/release#release-schedule

v0.6.1

3 years ago

v0.5.3

4 years ago
  • PeerServer uses yargs instead of an outdated minimist. #190 Thanks @hobindar

v0.5.2

4 years ago
  • Fix: WebSocket server doesn't work on Windows #170 Thanks @lqdchrm

v0.5.1

4 years ago

v0.5.0

4 years ago
  • Fix: http api not working - #163 Thanks riscoss63

  • Change: use "/" instead of "/myapp" as a default value for config's path option

  • New: typescript declaration file

  • Update deps:

-  "cors": "2.8.4",
+  "cors": "^2.8.5",
-  "uuid": "3.3.3",
+  "uuid": "^3.4.0",
-  "ws": "7.1.2",
+  "ws": "^7.2.3"