Skip to content

Restart

Latest
Compare
Choose a tag to compare
@darky darky released this 06 Aug 18:58

Remove CoffeeScript, only JS
Totally improved code, 100% coverage
Breaking change: API snake_case -> camelCase (Except global constant)
Breaking change: removed autobahn_details, use wampExtra instead
Breaking change: wampAuth params uri, wamp_my_id, action combined to uriOptions
Breaking change: wampGetUri params shaked uri <-> peerId
WebSocket message template "uri.peerId.action" -> "peerId.uri.action"
wampAuth can return simple value, no required promise
Added option wampNoAttach to constructor
Added callback-option wampRegister to constructor
Added method wampUnregister