Skip to content

Releases: jackHedaya/pure-realtime-stock

v1.0.8-2

10 Nov 00:13
Compare
Choose a tag to compare
  • Get information from Robinhood instead of Yahoo Finance.
  • Resolves Chrome showing bug.

v1.0.7

30 Jul 23:21
Compare
Choose a tag to compare
  • Fixes a small bug that makes the entire package crash. See #2 for details.

v1.0.6

09 May 03:40
Compare
Choose a tag to compare
  • Added install capabilities for Ubuntu 18.0.4 (Bionic).

Edit: Broken due to missing preinstall.js in package.json. Use v1.0.7 to fix.

(I really need to stop doing that)

v1.0.5

06 May 19:41
Compare
Choose a tag to compare
  • Fixes a breaking issue due to helpers.js not being included in package.json.
  • Began tests for Linux versions using Docker.
    - Ubuntu 18.0.4 (Bionic)

v1.0.4

08 Apr 14:09
8484eb0
Compare
Choose a tag to compare
  • Added getInformation function.
  • Moved repeated codes to helpers.js.

Edit: Broken due to missing helpers.js in package.json. Use v1.0.5 to fix.

Deprecated

v1.0.3

04 Apr 20:40
Compare
Choose a tag to compare
  • Fixed issue where getPrice fails about 1 in every 20 times.
  • Majorly increased performance for getPrice.

v1.0.2

03 Apr 21:12
Compare
Choose a tag to compare
  • Added close to exit cleanly.
  • Added getPrice to get a current price.
  • Added more debug logs.

v1.0.1

03 Apr 03:51
Compare
Choose a tag to compare
  • Fixes possible bug when unsubscribing.
  • Added more logs to 'debug' event.