Skip to content

Latest commit

 

History

History
444 lines (246 loc) · 23.9 KB

CHANGELOG.md

File metadata and controls

444 lines (246 loc) · 23.9 KB

2.28.0 (2020-03-20)

Bug Fixes

Features

2.27.0 (2020-03-20)

Bug Fixes

Features

2.26.0 (2020-03-20)

Bug Fixes

  • change url to fetch tickers (d18d2bc)
  • chnage ticker.low (8ee3eae)
  • remove reversed base and quote (6c645d7)
  • reverse base and quote volume (0a486a5)

Features

2.25.0 (2020-03-19)

Features

2.24.0 (2020-03-13)

Features

2.23.0 (2020-03-13)

Features

2.22.0 (2020-03-12)

Features

2.21.0 (2020-03-12)

Features

2.20.0 (2020-03-12)

Bug Fixes

Features

2.19.0 (2020-03-12)

Features

2.18.1 (2020-03-10)

Bug Fixes

  • make npm scripts work on Windows (2564604)

2.18.0 (2020-02-14)

Features

2.17.0 (2020-02-11)

Features

2.16.0 (2020-02-11)

Bug Fixes

  • small change for consistency (0c20035)

Features

2.15.0 (2020-01-16)

Bug Fixes

  • reverse base and quote values (43c5209)

Features

  • crypto hub exchange driver (d993b03)

2.14.0 (2020-01-13)

Features

2.13.0 (2020-01-08)

Features

2.12.0 (2020-01-07)

Features

  • altilly: added support for Altilly (be71390)

2.11.0 (2020-01-01)

Features

  • coverage: create a coverage dir after running tests (12953c0)
  • coverage: send coverage to codecov (2f94b34)

2.10.0 (2019-12-31)

Bug Fixes

  • cashfinex: changed baseVolume to quoteVolume and added the open (efb934b)
  • add test for cashfinex driver (809bd87)
  • exnce: change baseVolume to quoteVolume (509c100)

Features

  • cashfinex driver without test (f058a55)
  • exnce driver (f652591)
  • jsdoc: eslint validation on JSDoc (0774ca0)

2.9.0 (2019-12-31)

Bug Fixes

  • parsxc: add fixture for parsxc (6ad55fe)
  • parsxc: small typo from parsxs to parsxc (f249566)

Features

  • parsxc: add the base name to the ticker (3088132)
  • parsxc driver (5e79b1d)

2.8.0 (2019-12-31)

Bug Fixes

  • add quote reference name (825d213)
  • wavesexchange: sent all tickers, even if the asset is not known (828564c)

Features

2.7.1 (2019-12-31)

Bug Fixes

  • models: remove the exchange model (253661c)

2.7.0 (2019-12-30)

Bug Fixes

  • bibull: reverse bid and ask (ef77238)

Features

2.6.0 (2019-12-30)

Bug Fixes

  • novadex: update fixture (14b1749)
  • unnamed: reverse bid and ask (259a0e4)

Features

  • tests: test bid and ask (c17ad09)

2.5.0 (2019-12-30)

Features

2.4.0 (2019-12-30)

Features

2.3.0 (2019-12-30)

Bug Fixes

Features

2.2.0 (2019-12-30)

Features

2.1.0 (2019-12-30)

Features

  • tests: disable network requests in CI (b1cacb0)

2.0.0 (2019-12-30)

Features

  • tests: add test to check index.js (cdb85b0)
  • waves: remove mapping and rename waves platform to waves exchange (4938a84)

BREAKING CHANGES

  • waves: Wavesplatform is renamed, this could cause applications to fail that depend on this particular exchange

1.5.0 (2019-12-24)

Features

1.4.0 (2019-12-24)

Bug Fixes

  • reverse base and quote name (1427e18)
  • reverse base and quote name (4f5ec6d)
  • reverse base and quote volume (047c01a)
  • reverse base and quote volume (9b900dc)

Features

1.3.0 (2019-12-24)

Bug Fixes

  • again run test for driver ovex (4f048fb)
  • new test for driver ovex (d32015e)
  • return changes from first commit (484108a)
  • run test again for ovex (65105ad)
  • try somethign else to pass the commit (315f692)

Features

1.2.0 (2019-12-23)

Features

  • change homepage to coinranking.com (73f82db)

1.1.0 (2019-12-23)

Features

  • dont include fixtures in the npm package (612829f)
  • include a npmignore file to ingore the webp file (e28e350)

1.0.0 (2019-12-23)

Bug Fixes

  • set the package version to 0.0.0-dev (d8149bb)
  • changelog: remove the changelog for a fresh start (62d6ffe)
  • changelog: remove the changelog for a fresh start (879af05)
  • finexbox: finexbox has removed their API (0dbeb9c)
  • fixtures: dont remove the headers until the unzip is succesfull (8896e5d)
  • package: set the package to public (2a9c459)
  • change baseVolume to quoteVolume (09ce193)
  • change fixture of finexbox and dont log test output (199d29d)
  • paribu driver (db1c2ac)
  • kyber: fix a small type (674e1d2)
  • nock: dont change the response if unzip didn't succeed (d14fd03)
  • package: change the homepage for NPM (05b9ca3)
  • change close property (9bd4fa7)
  • object reconstruction (b647a47)
  • remove baseVolume (d3aa065)
  • kyber: invert base and quote (4612ea3)
  • request: request lib is compulsory for cloudscraper (ecc9eef)
  • sparkdex: invert base and quote (d30dd00)
  • sparkdex: reverse base and quote for the volume as well (8f7169d)
  • tokok: reverse base and quote (1f4daf8)
  • replace baseVolume parameter with quoteVolume (9877bd1)
  • wavesplatform: added the matcher filter to the URLs (929b1e6)

Features

Reverts

  • request: remove the user agent, because this failed on Binance (647c485)