Skip to content

Latest commit

 

History

History
95 lines (58 loc) · 5.08 KB

CHANGELOG.md

File metadata and controls

95 lines (58 loc) · 5.08 KB

Changelog

4.0.1 (2022-06-25)

Bug Fixes

Dependencies

  • upgrade rpc-request to v6.0.2 (a5512a7)
  • upgrade ws to v8.8.0 (cdd00bd)

4.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • change the package type from commonjs to module
  • drop Node.js <16.15.0 support

Performance Improvements

  • change the package type from commonjs to module (9db8580)
  • drop Node.js <16.15.0 support (969ea9d)

Dependencies

  • upgrade rpc-request to v6.0.1 (3e487b1)
  • upgrade ws to v8.6.0 (3dfd6e6)

3.3.0 (2021-03-07)

Features

  • add the feeEstimate method (1b046de)

Dependencies

  • upgrade rpc-request to v5.0.3 (8a888c2)
  • upgrade ws to v7.4.4 (b19a370)

3.2.0 (2021-02-15)

Features

  • add the getCurrency method (284e146)

3.1.1 (2021-02-14)

Dependencies

  • upgrade rpc-request to v5.0.2 (61ff8ed)

3.1.0 (2021-02-08)

Features

  • add the getProduct method (da35a92)

3.0.0 (2021-02-07)

⚠ BREAKING CHANGES

  • drop Node <14.15.4 support
  • methods of the WebsocketClient class return promises
  • update AuthenticatedClient
  • pass body as string and url as URL
  • the class PublicClient extends FetchClient

Bug Fixes

  • package.json, package-lock.json & .snyk to reduce vulnerabilities (dae8a9c)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (b9d4739)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (ec208e4)
  • update AuthenticatedClient (21767ed)
  • upgrade @types/ws from 7.2.1 to 7.2.2 (3b4b16b)
  • upgrade snyk from 1.316.1 to 1.316.2 (75eae5e)
  • upgrade snyk from 1.316.1 to 1.316.2 (2126aef)

Performance Improvements

  • methods of the WebsocketClient class return promises (fb79b54)
  • pass body as string and url as URL (f299a4e)
  • the class PublicClient extends FetchClient (60492bb)

Miscellaneous Chores

  • drop Node <14.15.4 support (0b52c79)

Dependencies