Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

49 lines (38 loc) · 2.45 KB

node-red-contrib-alphavantage - Change Log

[0.2.2] - 21/07/2022

  • [All nodes] - Feature Automatically remove the injected msg.apiKey value once the node is completed by default as a security measure. All nodes get a new tickbox option to negate this feature, if the designer wants to use the same key in downstream nodes

[0.2.1] - 19/07/2022

  • Better error catching of bad parameter values
  • Catch errors to do with API rate limit
  • [Stock Time Series Daily node] - Bug Fix Handle non-initialised msg.payload in response
  • [Stock Time Series Intraday node] - Bug Fix Handle non-initialised msg.payload in response
  • [All nodes] - Bug Fix Fixed date/time conversions to UTC

[0.2.0] - 18/07/2022

  • Changed node names to make them unique

[0.1.0] - 18/07/2022

🔥 Forked from petslane/node-red-contrib-alphavantage due to delayed PR 🔥

  • Added new msg.seriesArray output that transforms object of objects returned from AV to an array of objects
  • Add eslint dev dependency for code linting
  • remove package-lock.json from ignore to lock package versions
  • Changed node colors to match AV documentation header
  • Change AV icon to new icon
  • [Stock Time Series Daily node] Added new node
  • [Stock Global Quote node] Added new node
  • Added example flows json
  • Bump alphavantage dependency from 1.2.6 to 2.3.0
  • msg.apiKey, if set, now overrides the selected instance, when externalising secrets outside of Node-RED
  • [config node] Added name parameter
  • [config node] Moved apiKey parameter to the encrypted credentials store
  • text/x-red blocks changed to text/html
  • [forex node] Moved name parameter to the bottom of the config panel
  • [forex node] Added label styling if custom name given
  • [forex node] Adjusted code for new AV dep version
  • [forex node] documentation update
  • [Stock Time Series Intraday node] Added default interval
  • [Stock Time Series Intraday node] Added outputSize parameter
  • [Stock Time Series Intraday node] Added label styling if custom name given
  • [Stock Time Series Intraday node] Moved name parameter to the bottom of the config panel
  • [Stock Time Series Intraday node] Adjusted code for new AV dep version
  • [Stock Time Series Intraday node] documentation update

[0.0.2] - 06/10/2020