|
@@ -1,7 +1,7 @@
|
|
# PeerJS Changelog
|
|
# PeerJS Changelog
|
|
|
|
|
|
## Version 0.2.1 (Pending)
|
|
## Version 0.2.1 (Pending)
|
|
-* **Warning**: this build changes the error of type `peer-destroyed` to `peer-disconnected`.
|
|
+* **Warning**: this build changes the error of type `peer-destroyed` to `server-disconnected`.
|
|
* Browser detection added. If an incompatible browser is detected, the `browser-incompatible` error is emitted from the `Peer`.
|
|
* Browser detection added. If an incompatible browser is detected, the `browser-incompatible` error is emitted from the `Peer`.
|
|
* Added a `.disconnect()` method to `Peer`, which can be called to close connections to the PeerServer (but not any active DataConnections).
|
|
* Added a `.disconnect()` method to `Peer`, which can be called to close connections to the PeerServer (but not any active DataConnections).
|
|
|
|
|