This repository has been archived by the owner on May 14, 2022. It is now read-only.
Releases: tylerfilla/node-poloniex-unofficial
Releases · tylerfilla/node-poloniex-unofficial
Version 1.1.2
Bugfix Release
Changes
- Fix behavior of
paymentId
optional parameter onwithdraw
trading API command (see #19)
Version 1.1.1
Bugfix Release
Changes
- Fix missing optional parameters causing Poloniex errors
Version 1.1.0
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
Version 1.0.2
Version 1.0.1
Changes
- Updated README to reflect npm release
1.0.0
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.