Skip to content

Releases: hprose/hprose-html5

Version 2.0.2

18 Aug 06:37
Compare
Choose a tag to compare

Fixed invoke method

Version 2.0.1

15 Aug 12:37
Compare
Choose a tag to compare

Improved Hprose WebSocketClient.

Version 2.0.0

11 Aug 05:04
Compare
Choose a tag to compare

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

28 Jun 10:12
Compare
Choose a tag to compare

Fixed wrong Response message.

Version 1.5.5

25 Jun 07:54
Compare
Choose a tag to compare

Improved Future.

Version 1.5.4

22 Jun 13:13
Compare
Choose a tag to compare

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

09 Jun 05:30
Compare
Choose a tag to compare

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

12 May 07:28
Compare
Choose a tag to compare

Added CommonJS support.
Improved Future pattern support.
Compatible with hprose-nodejs API.
Added bower.js support.

Version 1.5.1

03 May 05:45
Compare
Choose a tag to compare

Added asynchronous loader (RequireJS and SeaJS) support.

Version 1.5.0

17 Apr 17:08
Compare
Choose a tag to compare

Added WebSocket support.
Compatible with cocos2d-js.