Releases: nknorg/nkn-sdk-js
Releases · nknorg/nkn-sdk-js
v1.3.2
What's Changed
- Support WebRTC communication by @billfort in #126
- use new formatter by @yilunzhang in #127
- fix flow type error by @yilunzhang in #133
- use webrtc instead of wss by default in https location by @yilunzhang in #134
- add multiple default stun server address by @yilunzhang in #135
- update doc by @yilunzhang in #136
- fix webrtc offer not resolved after first call by @yilunzhang in #137
- Optimized webrtc and tested by Chrome, Firefox and Safari by @billfort in #138
- re-generate dist files by @yilunzhang in #139
- add ws/webrtc connect timeout by @yilunzhang in #140
- format webrtc example html by @yilunzhang in #141
- Type linking issue fixed with typescript by @hrishioa in #142
- add webrtc related type def by @yilunzhang in #143
- add commonjs export in package.json by @yilunzhang in #144
New Contributors
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Fix potential unhandled promise when getting node state by @yilunzhang in #120
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Fix challengetimeout caused exit in some nodejs version by @yilunzhang in #118
Full Changelog: v1.2.9...v1.3.0
v1.2.9
v1.2.8
What's Changed
- Client will only use current node as rpc node if it's persist finished by @iheron in #114
- Won't show challenge timeout error by @yilunzhang in #115
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- Fix sendWithClient type by @iheron in #102
- Client authorization by @iheron in #106
- Upgrade ncp to 1.1.1 by @yilunzhang in #109
New Contributors
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
- Add getnodestate rpc and expose rpcCall method by @yilunzhang in #100
Full Changelog: v1.2.5...v1.2.6
v1.2.5
What's Changed
- Add client connect failed handler by @yilunzhang in #91
- Add client wsError handler by @yilunzhang in #92
- Upgrade version to v1.2.5 by @yilunzhang in #96
Full Changelog: v1.2.4...v1.2.5
v1.2.4
Will not get nonce from node if 0 nonce is passed in
v1.2.3
Fix incorrection type definition in index.d.ts