Releases: KSDaemon/wampy.js
Releases · KSDaemon/wampy.js
v1.0.6
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
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
- Updated jdataview version to 2.4.7
- Bower support
v1.0.3
- Initialized Grunt.js as build system
- Some bugfixes
v1.0.2
Full WAMP v2 support with advanced [stable] features. Also real reconnecting to WAMP server and resubscribing to topics and reregistering RPCs.