Releases: jackHedaya/pure-realtime-stock
Releases · jackHedaya/pure-realtime-stock
v1.0.8-2
v1.0.7
v1.0.6
- 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
- Fixes a breaking issue due to
helpers.js
not being included inpackage.json
. - Began tests for Linux versions using Docker.
- Ubuntu 18.0.4 (Bionic)
v1.0.4
- 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
- Fixed issue where
getPrice
fails about 1 in every 20 times. - Majorly increased performance for
getPrice
.
v1.0.2
- Added
close
to exit cleanly. - Added
getPrice
to get a current price. - Added more debug logs.
v1.0.1
- Fixes possible bug when unsubscribing.
- Added more logs to 'debug' event.