Skip to content

Releases: hprose/hprose-js

Version 2.0.33

02 Feb 01:38
Compare
Choose a tag to compare

Fixed websocket connection leak.
Changed default subscribe timeout to 5 minutes.
Added namespace support for auto fetching the methods.

Version 2.0.29

11 Dec 13:33
Compare
Choose a tag to compare

Improved co.
Added coroutine middleware support.

Version 2.0.28

02 Dec 15:38
Compare
Choose a tag to compare

Added httpHeader support for http client

Version 2.0.27

26 Nov 03:57
Compare
Choose a tag to compare

Improved Future
Improved co

Version 2.0.26

22 Nov 06:04
Compare
Choose a tag to compare

Improved thunk & promisify

Version 2.0.25

18 Nov 16:07
Compare
Choose a tag to compare

Improved Future.complete

Version 2.0.24

18 Nov 09:11
Compare
Choose a tag to compare

Fixed toPromise and wrap.
Removed Weixin App support, because we create a standalone project for Weixin App (https://github.com/hprose/hprose-wx).
Removed eval.

Version 2.0.23

17 Nov 17:43
Compare
Choose a tag to compare

Improved WebSocketClient.

Version 2.0.22

17 Nov 17:45
Compare
Choose a tag to compare

Added promisify
Added thunkify
Added co
Improved attempt, toPromise, wrap, forEach, every, some, filter, map, find, findIndex

Version 2.0.21

15 Nov 07:00
Compare
Choose a tag to compare

Fixed isPromise