@oroinc/autobahnjs
Version:
AutobahnJS is a JavaScript client library that implements The WebSocket Application Messaging Protocol (WAMP)
36 lines (28 loc) • 1.05 kB
Markdown
# AutobahnJS: Changelog
## v0.8.0
* support for AMD/CommonJS module loading
* update bundled to [whenjs](https://github.com/cujojs/when) v2.5.1
* build with [Taschenmesser](https://pypi.python.org/pypi/taschenmesser)
## v0.7.9
* simple `launch` function (also handles WAMP-CRA auth)
* improve WAMP session logging
* JSlint cosmetics
## v0.7.8
Not released.
## v0.7.7
* build system improvements (gzipped version etc)
* `getServerUrl` helper
* `Session.log` and `Session.wsuri`
* allow silencing of logging
* update bundled [whenjs](https://github.com/cujojs/when)
* started on NPM module (unfinished)
* `console.log` polyfill
## v0.7.6
* default 'onhangup' handler now logs all arguments (issue #19)
## v0.7.5
* add option to skip announcing of WebSocket subprotocol (WAMP)
* implement `deriveKey` function for salted WAMP-CRA
## v0.7.4
* update bundled [whenjs](https://github.com/cujojs/when) to v1.8.1
* update bundled [CryptoJS](http://code.google.com/p/crypto-js/) to v3.1.2
* faster ID generation for tracking RPCs