This repository has been archived by the owner on Jan 20, 2020. It is now read-only.
v0.6.0
- Exposes connect and disconnect on
WebsocketClient
(#230) - Emits error when websocket message is an error (#221)
- Fixes request error handling (#210)
- Improves error handling by checking auth before every signature (#237)
- Fixes
UnhandledPromiseRejectionWarning
inOrderbookSync
(#239) - Adds
Websocket#subscribe()
and#unsubscribe()
(#213) - Switches to a faster decimal library (
bignumber.js
) inOrderbook
. (#245) - Adds
getAccountTransfers()
(#217) - Improves orderbook sync, emitting 'synced' message upon completion (#253)
- Improves Typescript TypeDefinitions
- Improves documentation
- Bug fixes