This repository has been archived by the owner on Jan 20, 2020. It is now read-only.
v0.5.0
NOTE: Never Officially Released to npm
- Improveds documentation and clarified supported node engine versions (#52, #32)
- Upgrades
ws
dependency (#67) - Refactoredscodebase to use ES6+ syntax
- Ensures pinger is stopped if the websocket connection is disconnected (#7)
- Delayes initial orderbook sync until first message is received (#81)
- Addes
.getCoinbaseAccounts()
(#89) - Addes authenticated websocket to
OrderbookSync
(#84) - Addes
.createReport()
and.getReportStatus()
(#94) - Fixes infinite request loop on empty data (#87)
- Addes
.withdrawCrypto()
. (#90) - Corrects the order of asks in the Orderbook (#112)
- Adds
heartbeat
option toWebSocketClient
(#76) - Adds
channels
option toWebsocketClient
(#120) - The
/transfers
route was deprecated for some time. Instead use the routes specifically for coinbase deposits and withdrawals. - Adds Typescript TypeDefinition Improvements
- Bug fixes
- Note: This change is not backwards compatible as the
currency
must now be defined as well.