Skip to content

Releases: coinranking/exchanges

v3.5.0

09 Jul 09:40
Compare
Choose a tag to compare

3.5.0 (2020-07-09)

Features

  • add support for Bithumb Global (b6eb70b)

v3.4.0

03 Jul 14:49
Compare
Choose a tag to compare

3.4.0 (2020-07-03)

Bug Fixes

  • add the docs build step (43bb388)

Features

v3.3.0

01 Jul 21:48
Compare
Choose a tag to compare

3.3.0 (2020-07-01)

Bug Fixes

  • bibox: only get spot markets (9814293)
  • dsx: base and quote were reversed (7f6ed05)
  • dsx: the vwap of dsx is incorrect (0409928)
  • fivestar: base and quote were reversed (4d5a030)
  • timex: base and quote were reversed (b4c4198)
  • tokenize: base and quote were reversed (4cc0e64)

Features

  • decompress Brotli encoding in fixtures (50434c3)

v3.2.0

01 Jul 11:42
Compare
Choose a tag to compare

3.2.0 (2020-07-01)

Features

v3.1.0

01 Jul 09:08
Compare
Choose a tag to compare

3.1.0 (2020-07-01)

Features

v3.0.0

23 Jun 10:26
Compare
Choose a tag to compare

3.0.0 (2020-06-23)

Features

  • support api keys: add documentation (6b6cbe4)

  • support api keys: adjust documentation (03f15a6)

  • feat(support api keys)!: implement API keys support (8db084e)

BREAKING CHANGES

  • As it wasn't possible to keep tickers() backwards compatible,
    since drivers that require a key throw an exception when it is missing, we
    have decided to remove it, meaning the exported drivers should now be used
    directly. Furthermore, as the change was already breaking, the lowercasing
    for the driver names in list() has been removed, because this was only done
    for backwards compatibility.

v2.47.0

22 Jun 10:14
Compare
Choose a tag to compare

2.47.0 (2020-06-22)

Bug Fixes

Features

v2.46.0

22 Jun 09:56
Compare
Choose a tag to compare

2.46.0 (2020-06-22)

Features

v2.45.1

04 Jun 16:00
Compare
Choose a tag to compare

2.45.1 (2020-06-04)

Bug Fixes

  • bitfinex: get markets with a : in the pair as well (569fe55)

v2.45.0

04 Jun 15:29
Compare
Choose a tag to compare

2.45.0 (2020-06-04)

Features

  • bitfinex: map the real world symbol, fetch the name (f4da67a)
  • bitfinex: use v2 to get the tickers and add ask and bid (2211714)