Skip to content

Latest commit

 

History

History
99 lines (57 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

99 lines (57 loc) · 2.03 KB

Changelog

All notable changes to this project will be documented in this file.

0.6.1 - 2022-02-20

Added

  • option to download price data in other fiat currencies #43

0.6.0 - 2020-12-30

Fixed

  • Fix coin data extraction for more than first 200 coin codes #35 #36

0.5.6 - 2020-11-30

Fixed

  • EOS coin data extraction #32
  • Fixed data extraction, use web-api #34

0.5.5 - 2020-10-04

Added

  • python 3.8, 3.9 support
  • use poetry for packaging

Fixed

  • data table extraction. #31

Removed

  • removed use of Pipenv

0.5.4 - 2019-11-10

Fixed

  • data table extraction. #25

0.5.3 - 2019-10-07

Fixed

  • coin-id extraction. #15
  • sys exit #20

0.5.2 - 2019-02-23

Fixed

  • Historical data-table extraction. #13

0.5.1 - 2019-01-13

Fixed

  • Pypi package missing issue.

0.5.0 - 2019-01-13

Added

  • Support for multiple data formats (i.e. json, xls, yaml, csv, dbf, tsv, html, latex, xlsx, ods).

0.4.4 - 2019-01-13

Fixed

  • coin-code ignoring issue. #11

0.4.3 - 2018-12-02

Changed

  • Removed usage of coinmarketcap public API in get_coin_id method.

0.4.2 - 2018-10-02

Fixed

  • Remove unnecessary '*' from column/header names.