peerjs-server/changelog.md
afrokick 813f7aaec8 update changelog
fix package name in README
2020-03-19 23:35:59 +03:00

35 lines
660 B
Markdown

# PeerServer Changelog
### 0.4.0
* New: Allow passing in custom client ID generation function - #157 Thanks @ajmar
### 0.3.2
* Fixed: fix main field in package.json
### 0.3.1
* Fixed: no expire message in some cases
### 0.3.0
* Convert project to TypeScript 3.7.3.
* Use UUID when generate client id - #152
* 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.