Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Releases: tylerfilla/node-poloniex-unofficial

Version 1.1.2

15 Aug 05:20
Compare
Choose a tag to compare

Bugfix Release

Changes

  • Fix behavior of paymentId optional parameter on withdraw trading API command (see #19)

Version 1.1.1

29 Jun 01:12
Compare
Choose a tag to compare

Bugfix Release

Changes

  • Fix missing optional parameters causing Poloniex errors

Version 1.1.0

28 Jun 18:14
Compare
Choose a tag to compare

Feature Release (backwards-compatible)

New Features

  • Add accounts optional parameter to returnCompleteBalances public API wrapper command (see #7)
  • Add postOnly optional parameter to buy and sell trading API wrapper commands
  • Add a new prototype-based wrapper strategy
  • Give user the ability to generate his or her own nonces, if necessary, via an optional parameter to TradingWrapper
  • Add seq number and currency pair (see #10) to push API wrapper orderTrade response payload

Other Changes

  • Significant internal refactor
  • Documentation improvements
  • Linting via Travis CI integration (for improved code quality)

Version 1.0.3

11 May 04:34
Compare
Choose a tag to compare

Bugfix Release

Changes

Version 1.0.2

09 May 01:31
Compare
Choose a tag to compare

Bugfix Release

Changes

  • Fix #1
  • Improve quality of documentation
  • Increase dependency versions

Version 1.0.1

08 Apr 01:20
Compare
Choose a tag to compare

Changes

  • Updated README to reflect npm release

1.0.0

07 Apr 15:37
Compare
Choose a tag to compare

Not yet on npm (stay tuned, though!)

To get, download the source code directly below or clone the repo, then install via npm.

Some real instructions are coming soon, by the way.