This repository has been archived by the owner on Jan 20, 2020. It is now read-only.
v0.5.1
- Allows explicit
null
s for MarketOrders - Includes response in promise rejections (#138)
- Adds
getPaymentMethods()
(#171) - Exposes
AuthenticatedClient#placeOrder()
function (#149) - Simplifies auth object to
key
,secret
,passphrase
(#151) - Simplifies
OrderbookSync
constructor signature (#177) - Fixes
heartbeat
channel subscriptions (#150) - Normalizes
PublicClient
withAuthenticatedClient
(#178) - Adds a default timeout to each request (#198)
- Improves Typescript TypeDefinitions
- Bug fixes