Skip to content

Releases: hprose/hprose-nodejs

Version 2.0.13

03 Jul 17:51
Compare
Choose a tag to compare

Improved Middleware.

Version 2.0.12

06 Jun 17:03
Compare
Choose a tag to compare

Fixed Future.prototype.lastIndexOf
Fixed Future.lastIndexOf
Fixed oneway Service

Version 2.0.11

06 Jun 17:02
Compare
Choose a tag to compare

Update optionalDependencies
Added toPromise and fill method for Future

v2.0.10

06 Jun 17:01
Compare
Choose a tag to compare

Fixed retry
Added Future.promise.fail, Future.promise.complete, Future.promise.always
Added Future.promise.done.
Fixed then.
Fixed issue #7
Added .jshintrc and Fixed some bugs.
Update tcpserver example
Added Helper.js
Update BytesIO
Added indexOf, lastIndexOf, includes, find, findIndex method on Future
Added filters property for Client
Added some helper methods.
Fixed a few bugs.
Removed onError
Update hprose for node.js
Fixed writeUInt32BE & writeUInt32LE
Improved some code
Fixed the return value of readStringAsBytes

Version 2.0.9

06 Jun 16:57
Compare
Choose a tag to compare

Fixed batch invoke in service.

Version 2.0.7

23 Sep 13:46
Compare
Choose a tag to compare

Fixed a bug of hprose Service

Version 2.0.6

23 Sep 13:44
Compare
Choose a tag to compare

Update for Node.js 4.0

Version 2.0.5

21 Aug 04:13
Compare
Choose a tag to compare

Fixed Emoji encode & decode bug.

Version 2.0.4

18 Aug 06:37
Compare
Choose a tag to compare

Fixed invoke method

Version 2.0.3

15 Aug 12:36
Compare
Choose a tag to compare

Improved Hprose WebSocketClient.