Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 07:43
· 115 commits to master since this release
7a53e66

v0.5.0 (2020-07-18)

Chore

  • update deps and README
  • deps: update dependencies
  • deps: update tokio
  • release: version 0.5.0

Ci

  • remove features from cargo fmt
  • run all features in travis ci
  • speed cargo tarpaulin install
  • use cargo-tarpaulin

Docs

  • add information of crypto health support and remove supported version and os
  • use proper API for blocking crypto rating
  • fix ask_price example
  • add docs example for serach endpoint
  • README: add blocking api example in readme

Feat

  • convert percent string to f64 value
  • add thiserror and convert String error to enum
  • add async support

Feature

  • add crypto rating API
  • add bid_price and ask_price for exchange rate

Fix

  • crate struct import
  • fix all clippy warnings

Refactor

  • properly order struct in code
  • use deserialize with whenever possible
  • remove direct function for stuct creation from module

Style

  • change some rustfmt config