- Added example of communicating with an iframe.
- Added "origin" option to simplify communicating between window message ports.
- Q_COMM.Connection now accepts message ports and assimilates them. There are no specialized adapters. That is left as an exercise for other libraries.
- Remote objects can now be directly connected using any W3C message port including web workers and web sockets.
- *Brought message port adapter code into q-comm.js and moved all other communication layers out to separate packages (to be q-comm-socket.io and q-comm-node).
- *Renamed
Peer
toConnection
.
- Added Mozilla Jetpack packaging support. (gozala)
- Alterations to far references
- Upgraded Q for duck-promises
- Removed the socket.io-server "Server" constructor and renamed "SocketServer" to "Server". Creating an object-to-object link and creating a connection are now explicitly separated in all usage.
- Added the local object argument to the socket.io-client connection constructor.
- Added a "swarm" example.
- Upgraded dependency on
q
to v0.2.2 to fix bug in Queue implementation.
- Added missing dependency on
n-util
.
- Removed false dependency on
q-io
.