Skip to content

Releases: vansergen/poloniex-node-api

v6.0.3

13 May 12:07
3574a48
Compare
Choose a tag to compare

6.0.3 (2023-05-13)

Bug Fixes

  • update the ITicker interface (c32f942)

Dependencies

  • bump rpc-request from 7.1.0 to 7.1.1 (eed93f3)
  • bump ws from 8.12.1 to 8.13.0 (afa791d)

v6.0.2

09 Mar 17:19
9b08b61
Compare
Choose a tag to compare

6.0.2 (2023-03-09)

Dependencies

  • bump ws from 8.12.0 to 8.12.1 (749275c)

v6.0.1

01 Feb 10:54
a09078a
Compare
Choose a tag to compare

6.0.1 (2023-02-01)

Bug Fixes

  • types: update the types path (9c50469)
  • types: update WebSocket events (7a282f1)

v6.0.0

31 Jan 22:22
07ef43d
Compare
Choose a tag to compare

6.0.0 (2023-01-31)

⚠ BREAKING CHANGES

  • drop Node <16.19.0 support
  • move legacy API to the legacy path

Features

Performance Improvements

  • drop Node <16.19.0 support (5e692c9)

Code Refactoring

  • move legacy API to the legacy path (c79a34f)

v5.0.5

23 Jan 06:17
456dfd6
Compare
Choose a tag to compare

5.0.5 (2023-01-23)

Dependencies

  • bump rpc-request from 7.1.0 to 7.1.1 (d865b55)

v5.0.4

12 Jan 22:31
5f6bd9b
Compare
Choose a tag to compare

5.0.4 (2023-01-12)

Dependencies

  • bump rpc-request from 6.0.2 to 7.1.0 (9107349)

v5.0.3

11 Jan 10:59
474d302
Compare
Choose a tag to compare

5.0.3 (2023-01-11)

Bug Fixes

Dependencies

  • update ws from 8.8.0 to 8.12.0 (b5cf923)

v5.0.2

26 Jun 01:10
aeb0984
Compare
Choose a tag to compare

5.0.2 (2022-06-26)

Bug Fixes

Dependencies

  • upgrade rpc-request to v6.0.2 (8126dfb)
  • upgrade ws to v8.8.0 (a8a2c37)

v5.0.1

13 May 23:36
0792341
Compare
Choose a tag to compare

5.0.1 (2022-05-13)

Bug Fixes

Dependencies

v5.0.0

30 Oct 19:59
71c7821
Compare
Choose a tag to compare

5.0.0 (2021-10-30)

⚠ BREAKING CHANGES

  • drop Node.js <16.13.0 support
  • change package type from commonjs to module
  • rename the class WebsocketClient to WebSocketClient

Bug Fixes

  • add the epoch_ms field to WebSocket message (92da589)
  • update Currencies (eb3d647)
  • update CurrencyPairs (56d0cc0)

Performance Improvements

  • change package type from commonjs to module (99d3850)
  • drop Node.js <16.13.0 support (883abfe)

Dependencies

  • upgrade @types/ws to v8.2.0 (e99f935)
  • upgrade rpc-request to v6.0.0 (371d56a)
  • upgrade ws to v8.2.3 (c788e6d)

Code Refactoring

  • rename the class WebsocketClient to WebSocketClient (ba9780b)