Skip to content

Releases: vnegi10/CryptoDashApp.jl

v0.6.2

14 Feb 04:04
7a99fac
Compare
Choose a tag to compare

CryptoDashApp v0.6.2

Diff since v0.6.1

  • Added Downgrade CI and updated [compat] entries for 0.X.X versions

Merged pull requests:

Closed issues:

  • Add Downgrade CI (#51)

v0.6.1

12 Feb 14:17
f970cc6
Compare
Choose a tag to compare

CryptoDashApp v0.6.1

Diff since v0.5.1

  • CoinGecko API endpoints can be accessed using the demo API key
  • Both keys (AlphaVantage and CoinGecko) are now passed as env. variables
  • load_keys() can be used to load the API keys, warning is shown when a key is not provided.
  • Dockerfile is updated to support usage of both keys

Merged pull requests:

Closed issues:

  • Use demo key for public API (#39)
  • Update Dockerfile to use Julia 1.10 and both keys (#44)
  • Fix API key error (#47)

v0.5.1

09 Feb 21:50
390e409
Compare
Choose a tag to compare

CryptoDashApp v0.5.1

Diff since v0.5.0

  • Minor refactoring
  • No new features

Merged pull requests:

  • 41 save exchange volume data as a csv file (#43) (@vnegi10)

Closed issues:

  • Precompile is NOK on Julia v1.10 (#36)
  • Save exchange volume data as a CSV file (#41)

v0.5.0

20 Jan 21:54
e9447ff
Compare
Choose a tag to compare

CryptoDashApp v0.5.0

Diff since v0.4.3

  • Solve precompile issues with Julia v1.10
  • Upgrade Dash.jl and PlotlyJS.jl to latest versions

Merged pull requests:

Closed issues:

  • Messy error stack when unable to fetch data from API (#33)
  • Update Dash and related deps. to newer versions (#35)

v0.4.3

27 Aug 15:17
81e0b1c
Compare
Choose a tag to compare

CryptoDashApp v0.4.3

Diff since v0.4.2

  • Mock some of the test cases
  • No change to functionality

Closed issues:

  • Improve test framework (#29)

Merged pull requests:

v0.4.2

20 Aug 22:22
fd6064e
Compare
Choose a tag to compare

CryptoDashApp v0.4.2

Diff since v0.4.1

Closed issues:

  • Set up app to run inside a Docker container (#27)

Merged pull requests:

v0.4.1

12 Mar 16:34
1f9da29
Compare
Choose a tag to compare

CryptoDashApp v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

06 Mar 20:22
78fb183
Compare
Choose a tag to compare

CryptoDashApp v0.4.0

Diff since v0.3.0

Merged pull requests:

v0.3.0

30 Jul 21:21
e5b0ccb
Compare
Choose a tag to compare

CryptoDashApp v0.3.0

Diff since v0.2.1

  • New test framework
  • Consistent syntax
  • No new functionality

Merged pull requests:

v0.2.1

25 Jun 22:09
Compare
Choose a tag to compare

CryptoDashApp v0.2.1

Diff since v0.2.0

  • Fixed formatting issues in docs