Sfoglia il codice sorgente

changelog pre-update

Michelle Bu 12 anni fa
parent
commit
75e84977e4
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      changelog.md

+ 5 - 0
changelog.md

@@ -1,5 +1,10 @@
 # PeerJS Changelog
 
+## Version 0.2.1 (Pending)
+* **Warning**: this build changes the error of type `peer-destroyed` to `peer-disconnected`.
+* 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).
+
 ## Version 0.2.0 (24 Mar 2013)
 * **Warning**: this build introduces the following API changes that may break existing code.
   * `peer.connections` is no longer a hash mapping peer IDs to connections.