UNPKG

1.28 kBMarkdownView Raw
1## ChangeLog
2###0.8.8 -> 0.8.9
3Client now separated in another npm package. use npm install socket.io-rpc-client to get it.
4###0.6.9 -> 0.7.0
5Now only usable with commonJS compatible module loader. I strongly advise to use systemJS module loader in the browser.
6###0.5.4 -> 0.6.0
7More reasonable public API refactor, which now requires you to connect before you can load channels
8###0.3.18 -> 0.3.19
9Finally a proper version of socket.io, so I removed temporary hacks from client channels instantiation, updated express.js peerDependency to ~4
10###0.3.12 -> 0.3.13
11channel is now injected into the controller, not put on scope as a property as before, be aware when updating
12###0.3.9 -> 0.3.10
13Switched once again promise library, now to Bluebird for even better performance, I doubt that any faster promise implementation will replace it any time in next year, so bluebird will last longer than the last two
14###0.2.5 -> 0.3.0
15Synchronous resolution of a call can be now also rejected without need to create and reject a promise by simply returning an instance of Error
16###0.1.3 -> 0.1.4
17Added a directive to angularJS client to make instantiating a controller with rpc channel less of a chore
18###0.0.8 -> 0.0.9
19Switched from Q to when.js for better performance