Releases: hprose/hprose-html5
Version 2.0.2
Fixed invoke method
Version 2.0.1
Improved Hprose WebSocketClient.
Version 2.0.0
Faster than ever.
Full compatible with Promises/A+.
Added middleware support.
Added push support.
Added oneway call support.
Added idempotent calls automatically fail retry support.
Added (pseudo) synchronous call support.
Added load balancing, and fail switch support.
Improved the client API.
Improved the batch invoke.
Version 1.5.6
Fixed wrong Response message.
Version 1.5.5
Improved Future.
Version 1.5.4
Rewrite the Hprose Future to be compatible with Promises/A+.
Added trunc method for BytesIO.
Removed hprose.Exception.
Added returning Serialized data in batch mode support.
Version 1.5.3
Added writeAsciiString method on BytesIO.
Improved toString static method on BytesIO.
Improved hprose.unserialize and hprose.Formatter.
Improved setByRef, setSimpleMode, setUseHarmonyMap, setFilter, addFilter on Client.
Added static method Completer.isFuture.
Added useHarmonyMap property on Reader.
Improved Harmony Map. Key equality for -0 and 0.
Removed some unnecessary code.
Added batch support for JSONRPCClientFilter.
Moved JSONRPCClientFilter from hprose.client to hprose.filter namespace.
Version 1.5.2
Added CommonJS support.
Improved Future pattern support.
Compatible with hprose-nodejs API.
Added bower.js support.
Version 1.5.1
Added asynchronous loader (RequireJS and SeaJS) support.
Version 1.5.0
Added WebSocket support.
Compatible with cocos2d-js.