Releases: coinranking/exchanges
Releases · coinranking/exchanges
v3.5.0
v3.4.0
v3.3.0
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
v3.1.0
v3.0.0
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.