Skip to content

Releases: vansergen/poloniex-node-api

v2.0.2

20 Mar 23:26
3506c4b
Compare
Choose a tag to compare

Changes

  • Update dependencies - #57
  • Update currencies and currencypairs #58

v2.0.1

27 Jan 22:09
0098ea0
Compare
Choose a tag to compare

Changes

v2.0.0

27 Jan 21:43
e32d96f
Compare
Choose a tag to compare

Changes

Main

WebsocketClient

  • BREAKING CHANGE: add currencyPair to the WsBookMessage 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:

Other Changes

v1.0.0

27 Dec 16:06
32a0123
Compare
Choose a tag to compare

Changes

Main

  • The codebase was rewritten in TypeScirpt (see #42)

PublicClient

  • Removed cb method
  • getOrderBook method
    • changed the default currencyPair

AuthenticatedClient

  • The method getAvailableAccountBalances is renamed to getAccountBalances
  • The method getMarginAccountSummary is renamed to getMarginSummary
  • Add clientOrderId support

NPM dependencies:

  • Added
    • @types/ws
    • rpc-request
  • Updated
    • ws to 7.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 to 1.19.1
    • eslint to 6.8.0
  • Removed
    • jsdoc

Other Changes

  • Update README
  • Add CODE_OF_CONDUCT
  • Update tests
  • Update CircleCI config

v0.5.2

04 Nov 16:42
50235f9
Compare
Choose a tag to compare

Changes

See #41

NPM dependencies:

  • Update request-promise-native to 1.0.8

v0.5.1

02 Nov 10:06
3f59017
Compare
Choose a tag to compare

Changes

See #40

NPM dependencies:

  • Update ws to 7.2.0
  • Update @types/node to 12.12.5

NPM devDependencies:

  • Update eslint to 6.6.0
  • Update mocha to 6.2.2
  • Update nock to 11.7.0

Other changes

  • Add GitHub templates #39

v0.5.0

27 Aug 12:13
d73849a
Compare
Choose a tag to compare

Changes:

  • #38 Add clientOrderId support and bug fixes

v0.4.1

26 Aug 13:31
ebec0a6
Compare
Choose a tag to compare

Changes

  • #37 Update dependencies

v.0.4.0

20 Jul 19:59
98ae145
Compare
Choose a tag to compare

Changes

Module

  • 8434ab8 Remove SignRequest from module.exports

AuthenticatedClient

PublicClient

Other changes

v0.3.6

20 Jul 04:06
163017f
Compare
Choose a tag to compare

Changes

AuthenticatedClient

  • #32 Add getActiveLoans method
  • #33 Add getLendingHistory method
  • #34 Add toggleAutoRenew method

Other changes

  • #35 Update npm dependencies