Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@rmm5t rmm5t released this 15 May 13:53
· 63 commits to master since this release
  • 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 in OrderbookSync (#239)
  • Adds Websocket#subscribe() and #unsubscribe() (#213)
  • Switches to a faster decimal library (bignumber.js) in Orderbook. (#245)
  • Adds getAccountTransfers() (#217)
  • Improves orderbook sync, emitting 'synced' message upon completion (#253)
  • Improves Typescript TypeDefinitions
  • Improves documentation
  • Bug fixes