Skip to content

Releases: ryanpig/finviz-rs

v0.3.3

04 Nov 10:48
Compare
Choose a tag to compare
  • fix errors due to new layout

Full Changelog: 0.3.2...0.3.3

v0.3.1

17 Aug 17:53
Compare
Choose a tag to compare

Full Changelog: v0.3.0...0.3.1

v0.3.0

28 May 21:03
Compare
Choose a tag to compare
  • change to asynchronous functions

v0.2.1

21 May 13:08
Compare
Choose a tag to compare
  • add enum iterator allowing using all variants in a loop
  • support output to json

Full Changelog: v0.2...v0.2.1

v0.2

21 May 06:06
Compare
Choose a tag to compare

Replace all scrape_xxxx() functions with the unified API scrape() by introducing new trait Scrape

Full Changelog: v0.1...v0.2