Skip to content

Releases: dutu/luno-api-node

v2.2.0

21 Dec 10:25
Compare
Choose a tag to compare
  • add method listTransfers()
  • fix url path for getMove(), move(), listMoves() and updateAccountName()
  • update documentation

v2.1.0

02 Dec 11:15
Compare
Choose a tag to compare
  • add sub-account methods: createAccount(), updateAccountName(), listAccountPendingTransactions(), listAccountTransactions(), listAccountBalances(), getMove(), move(), listMoves()
  • fix method getBalance() to take optional parameter asset as string or array
  • remove method getTransaction(), which was deprecated
  • update tests

v2.0.1

14 Jul 08:29
Compare
Choose a tag to compare
  • add debug option to output API call requests and responses

v2.0.0

14 Jul 07:24
Compare
Choose a tag to compare
  • all Bitx usages renamed to Luno
  • add apiCallRate value to the error message, when an ErrTooManyRequests occurs
  • remove method getLimits()

v1.10.0

23 Jun 22:30
Compare
Choose a tag to compare
  • Add apiCallRate property
  • Update tests

fix https request error handling when no callback parameter (promises)

20 Jun 19:29
Compare
Choose a tag to compare
v1.9.1

fix https request error handling when no `callback` parameter (promises)

Add methods getOrderListV2, getOrderV2, getOrderV3

06 Dec 17:11
Compare
Choose a tag to compare

added methods getOrderListV2, getOrderV2, getOrderV3

Add promise support for all methods

13 Oct 08:20
Compare
Choose a tag to compare
v1.8.0

added promise support for all methods

update domain to api.luno.com

04 Jul 08:30
Compare
Choose a tag to compare
v1.7.1-0.1.1

update domain to api.luno.com

parse Luno API errors

20 May 08:58
Compare
Choose a tag to compare
  • parse Luno API errors
  • add error_code to Luno API errors