peerjs-server/changelog.md
2019-08-21 15:25:40 +03:00

21 lines
385 B
Markdown

# PeerServer Changelog
### vNEXT 0.3.0
* refactoring (add ESLint, split code into small unit) Thanks to @d07RiV @zhou-yg
* update deps
### 0.2.6
* Ensure 16 character IDs.
### 0.2.5
* Takes a `path` option, which the peer server will append PeerJS routes to.
* Add support for configurable server IP address.
### 0.2.1
* Added test suite.
* Locked node dependency for restify.