Skip to content

Releases: a-kushnir/x-stocks

v1.1.0

26 Feb 06:27
305f436
Compare
Choose a tag to compare

Improvements:

  • Stock API with Swagger UI documentation is added
  • P/E rate is calculated based on the current price
  • P/E rate is added to Meta Score
  • Fair value is added to Meta Score
  • Issue Type is displayed on Stock page
  • Average Div. Safety is added on Dividends page
  • Average Yield % is added on Dividends page
  • Performance significantly increased
  • Initial stock scanning displays a progress bar
  • Company profile is improved
  • Quarterly and Yearly Financials graphs are added
  • Code was refactored to split Database and Business logics
  • Linux/macOS platform gems are added
  • Stock Company Name and Exchange can be changed manually
  • 30% of code is covered by tests

Bugs:

  • Prices on charts are formatted properly
  • Datatable jagged width during pagination
  • Sign In page redirects to the destination page
  • Bootstrap Select is displayed cropped
  • Small UI fixes

v1.0.3

02 Jan 01:14
Compare
Choose a tag to compare

Improvements:

  • Mobile version is implemented
  • Up/Down colorized icons for some fields in stock summary section
  • Dividend Change % field is added
  • FontAwesome was updated to version 5

Bugs:

  • Case insensitive search for Exchange
  • Empty recommendation graph is hidden
  • Nokogiri security update
  • ini security update

v1.0.2

30 Nov 20:44
Compare
Choose a tag to compare

Improvements:

  • Suspended dividend detection is added
  • Fair price value is added

Bugs:

  • Fear'n'greed graph was displayed incorrectly
  • Some migrations & services were fixed

v1.0.1

01 Nov 10:55
Compare
Choose a tag to compare

Services based on EventSource Web API are implemented.
Progress bars are available for them. No more timeout errors if they are running more than 30 seconds on Heroku.

v1.0.0

28 Sep 03:34
d75f500
Compare
Choose a tag to compare

First stable version. Base functionality is implemented.