Releases: vansergen/poloniex-node-api
Releases · vansergen/poloniex-node-api
v2.0.2
v2.0.1
v2.0.0
Changes
Main
- Drop Node
<10
support 9b8b86c
WebsocketClient
- BREAKING CHANGE: add
currencyPair
to theWsBookMessage
type 14d664f - BREAKING CHANGE: rename types of the
WsBookUpdate
5ee8d53
AuthenticatedClient
- Do not throw an error in the
cancelOrder
method 8dab97e
NPM dependencies:
- Update lockfile
package-lock.json
99f1dd9
NPM devDependencies:
- Added
- Updated
Other Changes
v1.0.0
Changes
Main
- The codebase was rewritten in TypeScirpt (see #42)
PublicClient
- Removed
cb
method getOrderBook
method- changed the default
currencyPair
- changed the default
AuthenticatedClient
- The method
getAvailableAccountBalances
is renamed togetAccountBalances
- The method
getMarginAccountSummary
is renamed togetMarginSummary
- Add
clientOrderId
support
NPM dependencies:
- Added
@types/ws
rpc-request
- Updated
ws
to7.2.1
- Removed
@types/node
request
request-promise-native
NPM devDependencies:
- Added
@types/mocha
@typescript-eslint/parser
@typescript-eslint/eslint-plugin
husky
lint-staged
typescript
ts-node
typedoc
- Updated
prettier
to1.19.1
eslint
to6.8.0
- Removed
jsdoc
Other Changes
- Update
README
- Add
CODE_OF_CONDUCT
- Update tests
- Update CircleCI config