Releases: ellisvalentiner/AlphaVantage.jl
Releases · ellisvalentiner/AlphaVantage.jl
v0.4.2
What's Changed
- CompatHelper: bump compat for Compat to 4, (keep existing compat) by @github-actions in #47
- CompatHelper: bump compat for HTTP to 1, (keep existing compat) by @github-actions in #48
- fix: environment var for premium endpoint tests by @ellisvalentiner in #51
- fix: MSFT is not a crypto symbol by @ellisvalentiner in #53
- chore: CI updates by @ellisvalentiner in #52
- Update README.md by @ellisvalentiner in #57
- Bump actions/checkout from 2 to 3 by @dependabot in #55
- Feature/global quote by @amanica in #50
- Bump actions/cache from 1 to 3 by @dependabot in #54
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #56
- Bump julia-actions/julia-buildpkg from 1.3.2 to 1.4.2 by @dependabot in #59
- Bump julia-actions/julia-runtest from 1.8.1 to 1.9.1 by @dependabot in #58
- Bump julia-actions/julia-runtest from 1.9.1 to 1.9.3 by @dependabot in #61
- CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat) by @github-actions in #62
- Update stock_time_series.jl by @snovum in #64
New Contributors
- @dependabot made their first contribution in #55
- @amanica made their first contribution in #50
- @snovum made their first contribution in #64
Full Changelog: v0.4.1...v0.4.2
v0.4.1
AlphaVantage v0.4.1
Closed issues:
- Converting to DataFrame (#6)
- Extraction of data should export to TimeArray (#9)
- Add batch stock quotes support (#10)
- Reviving this project (#14)
- installation documentation (#16)
- Manifest.toml (#19)
- Replace TravisCI with GitHub Actions (#20)
- Convert from Travis CI to GitHub Actions (#21)
- Access Fundamental Company Data (#23)
- TagBot trigger issue (#26)
- api key (#34)
- Make output Tables.jl-compatible (#36)
- Two small problems with examples using 1.7beta3 and DataFrames 1.2.1 (#38)
Merged pull requests:
- add a function to set API key in ENV (#13) (@gino244)
- 0.5 Update (#15) (@dm13450)
- added fundamentals (#17) (@tbreloff)
- Update Project.toml (#18) (@ellisvalentiner)
- CompatHelper: bump compat for "HTTP" to "0.9" (#22) (@github-actions[bot])
- Added "earnings" function to fundamentals.jl (#25) (@Herold1989)
- Update package imports (#27) (@henry2004y)
- fix: Documenter missing in GitHub Actions (#28) (@ellisvalentiner)
- Actions (#29) (@dm13450)
- Add time_series_intraday_extended (#30) (@RocketRoss)
- feat: add retry behavior to API calls (#31) (@ellisvalentiner)
- ci: update TagBot workflow (#32) (@ellisvalentiner)
- Custom parsers and client functionality (#33) (@Arkoniak)
- Fix #34 (#35) (@dm13450)
- refactor: internal response checks (#37) (@ellisvalentiner)
- CompatHelper: add new compat entry for Tables at version 1, (keep existing compat) (#39) (@github-actions[bot])
- Narrow types so we no longer have
Vector{Any}
(#40) (@pdeffebach) - Add economic indicators (#42) (@dm13450)
- CompatHelper: add new compat entry for Tables at version 1, (keep existing compat) (#43) (@github-actions[bot])
v0.3.0
AlphaVantage v0.3.0
Closed issues:
- api key (#34)
Merged pull requests:
- feat: add retry behavior to API calls (#31) (@ellisvalentiner)
- ci: update TagBot workflow (#32) (@ellisvalentiner)
- Custom parsers and client functionality (#33) (@Arkoniak)
- Fix #34 (#35) (@dm13450)
v0.2.2
AlphaVantage v0.2.2
Closed issues:
Merged pull requests:
- Update package imports (#27) (@henry2004y)
- fix: Documenter missing in GitHub Actions (#28) (@ellisvalentiner)
- Actions (#29) (@dm13450)
- Add time_series_intraday_extended (#30) (@RocketRoss)
v0.2.1
AlphaVantage v0.2.1
Added earnings function
Closed issues:
Merged pull requests:
- Update Project.toml (#18) (@ellisvalentiner)
- CompatHelper: bump compat for "HTTP" to "0.9" (#22) (@github-actions[bot])
- Added "earnings" function to fundamentals.jl (#25) (@Herold1989)
v0.2.0
Version update
v0.1.0
AlphaVantage v0.1.0
Closed issues:
- Reviving this project (#14)
Merged pull requests:
- v0.1 (#1) (@ellisvalentiner)
- v0.1.1 (#3) (@ellisvalentiner)
- Begin documentation site (#4) (@ellisvalentiner)
- v0.1.2 (#5) (@ellisvalentiner)
- Significant re-write (#7) (@ellisvalentiner)
- Fix documentation deployment (#8) (@ellisvalentiner)
- Fix csv datatype (#11) (@ellisvalentiner)
- add a function to set API key in ENV (#13) (@gino244)
- 0.5 Update (#15) (@dm13450)
v0.4.0
Fix csv datatype (#11)