Skip to content

Commit

Permalink
Merge branch 'master' of http://github.com/kroitor/ccxt
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl committed Sep 24, 2017
2 parents 4658b13 + 5f34da1 commit e916b22
Show file tree
Hide file tree
Showing 22 changed files with 1,364 additions and 1,774 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Сhangelog

- Added missing new markets to Bitcoin.co.id, [#228](https://github.com/kroitor/ccxt/issues/228)
- Restored Bistamp v2 fetchOrderStatus, [#226](https://github.com/kroitor/ccxt/issues/226)
- Added `hasCORS` property to base exchange class, [#225](https://github.com/kroitor/ccxt/issues/225)
- Minor fix to GDAX OHLCV, [#221](https://github.com/kroitor/ccxt/issues/221)
- Fixed the `since` param in GDAX fetchOHLCV, [#221](https://github.com/kroitor/ccxt/issues/221)
- Added support for a new exchange: [WEX](https://wex.nz) (New Zealand)
- Dropped the legacy ECMAScript 5 support for the greater maintainability and performance gains
- Added missing spot pairs BCC/BTC LTC/BTC ETH/BTC ETC/BTC to OKEX, improved futures support, [#216](https://github.com/kroitor/ccxt/issues/216)
Expand All @@ -16,8 +21,8 @@
- Fixed Jubi cancelOrder
- Switched HitBTC v2 fetchBalance to trading account by default, [#210](https://github.com/kroitor/ccxt/pull/210)
- Added an internal rate-limiting REST poller to JS (experimental)
- Fixed Cryptopia fetchTicker volume [#206](https://github.com/kroitor/ccxt/issues/206)
- Fixed Bittrex await cancelOrder [#205](https://github.com/kroitor/ccxt/issues/205)
- Fixed Cryptopia fetchTicker volume, [#206](https://github.com/kroitor/ccxt/issues/206)
- Fixed Bittrex await cancelOrder, [#205](https://github.com/kroitor/ccxt/issues/205)
- Fixed empty CEX DASH/USD fetchTicker
- Added Bittrex v2 fetchOHLCV (alpha-stage of their new API)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ An alternative way of installing this library into your code is to copy a single

### JavaScript (NPM)

JavaScript version of ccxt works both in Node and web browsers.
JavaScript version of CCXT works both in Node and web browsers. Requires ES6 and `async/await` syntax support (Node 7.6.0+). When compiling with Webpack and Babel, make sure it is [not excluded](https://github.com/ccxt-dev/ccxt/issues/225#issuecomment-331582275) in your `babel-loader` config.

[ccxt crypto trading library in npm](http://npmjs.com/package/ccxt)

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ An alternative way of installing this library into your code is to copy a single
JavaScript (NPM)
~~~~~~~~~~~~~~~~

JavaScript version of ccxt works both in Node and web browsers.
JavaScript version of CCXT works both in Node and web browsers. Requires ES6 and ``async/await`` syntax support (Node 7.6.0+). When compiling with Webpack and Babel, make sure it is `not excluded <https://github.com/ccxt-dev/ccxt/issues/225#issuecomment-331582275>`__ in your ``babel-loader`` config.

`ccxt crypto trading library in npm <http://npmjs.com/package/ccxt>`__

Expand Down
Loading

0 comments on commit e916b22

Please sign in to comment.