Skip to content

v0.7.0

Compare
Choose a tag to compare
@iamsauravsharma iamsauravsharma released this 14 Dec 05:51
· 52 commits to master since this release
5e90680

[0.7.0] - 2021-12-14

Documentation

  • Add error documentation for functions which return Result
  • Fix example of readme with latest change

Features

  • Remove crypto rating and make reqwest as default client
  • Add builder pattern for calling API
  • Add Rapid API alphavantage support
  • Split interval and output size
  • Add support to use custom extra param instead of predefined
  • Add support to use Display trait type instead of string only for extra param
  • Move enum to proper module instead of utils module
  • Modify ApiClient to be Sync+Send

Miscellaneous Tasks

  • Version 0.7.0

Refactor

  • Change api value from String to &str
  • Fix clippy warnings and errors