Skip to content

Latest commit

 

History

History
154 lines (94 loc) · 8.62 KB

CHANGELOG.md

File metadata and controls

154 lines (94 loc) · 8.62 KB

Changelog

4.3.0 (2022-06-26)

Features

  • add the .withdrawSEN() method (edc71fd)

Dependencies

  • upgrade rpc-request to v6.0.2 (c4096b2)
  • upgrade ws to v8.8.0 (4d0d108)

4.2.1 (2022-05-15)

Dependencies

  • upgrade rpc-request to v6.0.1 (1252b8d)

4.2.0 (2022-05-15)

Features

  • add the getPaymentMethods method (7a2ffa9)

4.1.0 (2022-05-15)

Features

  • add the addBank method to the AuthenticatedClient class (8e93bdc)

Bug Fixes

  • update order interfaces (70c0cf3)

4.0.2 (2022-05-13)

Performance Improvements

  • allow to get notional balances in different currencies (5892f5f)
  • set usd as the default currency (ebdbc80)

4.0.1 (2022-05-13)

Dependencies

4.0.0 (2021-10-30)

⚠ BREAKING CHANGES

  • drop Node <16.13.0 support
  • change package type from commonjs to module
  • async methods return native promises instead of Bluebird
  • drop Node <16.3.0

Features

  • add the .getAccountDetails() method (3f0d010)

Performance Improvements

  • change package type from commonjs to module (c580cce)
  • drop Node <16.13.0 support (47fb9a9)

Miscellaneous Chores

Dependencies

  • upgrade @types/ws to v7.4.4 (ed1f456)
  • upgrade @types/ws to v8.2.0 (b163895)
  • upgrade ws to v7.4.6 (7094eee)
  • upgrade ws to v8.2.3 (8f4c588)
  • use rpc-request instead of rpc-bluebird (a9d729a)

Code Refactoring

  • async methods return native promises instead of Bluebird (65cec82)

3.1.2 (2021-03-07)

Dependencies

  • upgrade rpc-bluebird to v3.0.3 (c221ff1)
  • upgrade ws to v7.4.4 (8287e32)

3.1.1 (2021-02-14)

Dependencies

  • upgrade rpc-bluebird to v3.0.2 (df8ceda)

3.1.0 (2021-02-05)

Features

  • add the getSymbol method (d98ec03)

Dependencies

3.0.1 (2020-12-21)

Dependencies

  • update rpc-bluebird to v3.0.1 (1a61f64)

3.0.0 (2020-12-20)

⚠ BREAKING CHANGES

  • drop Node <14.15.3 support
  • the main methods of the WebsocketClient class return promises
  • update AuthenticatedClient
  • pass payload as string
  • the class PublicClient extends FetchClient
  • drop Node <12.20.0 support

Bug Fixes

  • package.json, package-lock.json & .snyk to reduce vulnerabilities (3b5bc40)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (7a560e2)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (50c45e9)
  • update AuthenticatedClient (d7336fd)
  • upgrade @types/ws from 7.2.1 to 7.2.2 (870a9b0)
  • upgrade @types/ws from 7.2.3 to 7.2.6 (783c1d3)
  • upgrade rpc-bluebird from 2.0.2 to 2.0.3 (700ca1f)
  • upgrade snyk from 1.316.1 to 1.352.1 (757dfa9)
  • upgrade snyk from 1.352.1 to 1.388.0 (295aaee)
  • upgrade ws from 7.2.3 to 7.2.5 (9a66b91)
  • upgrade ws from 7.2.3 to 7.2.5 (ae29355)
  • upgrade ws from 7.2.5 to 7.3.1 (b5d2f4a)

Performance Improvements

  • drop Node <14.15.3 support (bf0c9d5)
  • pass payload as string (e20a99c)
  • the class PublicClient extends FetchClient (e6c1c67)
  • the main methods of the WebsocketClient class return promises (f4d0091)

Dependencies

Miscellaneous Chores

  • drop Node <12.20.0 support (c190963)