Releases: vansergen/poloniex-node-api
Releases · vansergen/poloniex-node-api
v4.0.1
v4.0.0
v3.1.1
v3.1.0
v3.0.3
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2020-12-20)
⚠ BREAKING CHANGES
- drop Node
<12.20.0
support - the main methods of the
WebsocketClient
class return promises - update AuthenticatedClient
- class
PublicClient
extendsFetchClient
- pass
body
as string
Features
- add extended currencies (64461d6)
- add margin position update support to
WebsocketClient
(9d7766f) - add the
clientOrderId
property toOrder
(7a402e5)
Bug Fixes
- do not format unnkown messages as a
killed
message (6956c84) - rename the interface
Currencies
toICurrencies
(82875e4) - update AuthenticatedClient (51a9df3)
- update currencies (6039e76)
- update currency pairs (e09ee85)
- update interfaces (485d451)
- upgrade @types/ws from 7.2.6 to 7.2.7 (e4b6ba1)
- upgrade @types/ws from 7.2.7 to 7.2.8 (365c8e3)
Performance Improvements
- class
PublicClient
extendsFetchClient
(b4bd1ef) - drop Node
<14.15.3
support (e4245a4) - pass
body
as string (7c70743) - the main methods of the
WebsocketClient
class return promises (403ddef)
Dependencies
- update
@types/ws
tov7.4.0
(35e20b1) - update
rpc-request
tov5.0.0
(9dcd30c) - update
ws
tov7.4.1
(dc7cd92)
Miscellaneous Chores
- drop Node
<12.20.0
support (b6786c7)
v2.0.4
Changes
- Bump version to
2.0.4
because the publish action failed.