All notable changes to this project is documented in this file. This project adheres to Semantic Versioning.
This is a maintenance release that updates all third party developer dependencies to the latest version. This change should not affect the functionality of the module.
Thanks to @adi-miller (#8):
- Trim decimal in percent view to 2 digits
- Added support for a reduced size view
- Added support for colorizing
This is a maintenance release to modernize the development environment. There are no changes in the code of the module so these updates should not affect the functionality of the module.
- Get rid of Grunt, use native npm scripts instead to run the linters.
- Update all dependencies to the latest versions.
- Allow stock change to be shown as percent - thanks to Reese Wells.
This is a maintenance release that updates all third party developer dependencies to the latest version and fix security vulnerability CVE-2019-10744 in the third-party developer dependency lodash
module.
This change should not affect the functionality of the module.
- BREAKING CHANGE: From June 2019 IEX Group moved their free API to IEX Cloud. From version 2.0.0 this module supports only the IEX Cloud.
- UPDATED: All devDependencies are updated to the latest version to fix potential security vulnerabilities in the developer tools.
- FIXED: Eliminated
Uncaught TypeError: onCompleteCallback is not a function
console error during first data download.
- FIXED: Not only the UI, but also the data source is requeried in the specified
updateInterval
.
First public release.