Skip to content

Latest commit

 

History

History
75 lines (67 loc) · 6.3 KB

CHANGELOG.md

File metadata and controls

75 lines (67 loc) · 6.3 KB

Сhangelog

  • Fixed Bittrex used/pending balance, issue #91

Version 1.3.x 2017-08-08

- Version 1.3.x is backward incompatible with previous versions due to a major renaming in the code
  • Renamed basic elements for consistency, this change is backward-incompatible! issue #89
    • renamed (M|m)arket[s] → (E|e)xchange[s] everywhere in code, tests, examples and docs
    • renamed (P|p)roduct[s] → (M|m)arket[s] everywhere as well
  • Added optional substituteCommonCurrencyCodes exchange parameter (true by default)
  • Fixed HitBTC string/float/decimal conversions, issue #88
  • Initial Bitcoin Cash support (preferred BCH to BCC), issue #83
  • Fixed Kraken BTC balance, issue #82
  • Added additional extra params to fetchOrderBook to control the level of order book aggregation detail, issue #84
  • Reworked exception hierarchy and error handling for unification
  • Fixed CHBTC missing bid/ask handling in order books for certain symbols

Version 1.2.x 2017-08-01

  • Fixed Gatecoin private API body in GET-requests, issue #80
  • Added optional userAgent property, issue #67
  • Balance APIs unified, issue #36
  • Added auto product loading, users forget to preload them manually, issue #57, issue #68, issue #69
  • Added missing last field to Poloniex tickers, issue #75
  • Fixed CHBTC fetchOrder, issue #74
  • Removed obsolete crypto dependency (switched to crypto-js completely), issue #23, issue #52
  • New tests system that launches individual market tests in parallel (now running 3 minutes instead of 20)
  • BTC-e shutdown

screen shot 2017-08-01 at 01 20 21