Skip to content

Releases: KSDaemon/wampy.js

v1.0.6

10 Mar 20:14
Compare
Choose a tag to compare

Mostly, some code refactoring and bugfixes, including:

  • Fixed error logic in unsubscribe method
  • Allowed Uppercase letters in WAMP URIs
  • Some improvements in received error msg for CALL

v1.0.5

24 Feb 21:28
Compare
Choose a tag to compare

New functionality, supported from WAMP advanced profile:

  • Progressive results (RPC, Caller side)
  • Canceling calls (RPC, Caller side)

Also:

  • Added jscs checker config file and reformatted code.
  • Added request Id to operation status.
  • Updated grunt libs
  • Some bugfixes and improvements

v1.0.4

19 Nov 17:21
Compare
Choose a tag to compare
  • Updated jdataview version to 2.4.7
  • Bower support

v1.0.3

11 Apr 21:13
Compare
Choose a tag to compare
  • Initialized Grunt.js as build system
  • Some bugfixes

v1.0.2

31 Mar 20:18
Compare
Choose a tag to compare

Full WAMP v2 support with advanced [stable] features. Also real reconnecting to WAMP server and resubscribing to topics and reregistering RPCs.

v0.1.0

31 Mar 20:19
Compare
Choose a tag to compare

WAMP v1 client