This version contains code refactors and bugfixes.
It adds an additional token check at each chart equity event listener event to mitigate an issue in which an expired token was used to connect to the TD Ameritrade API.
2022-05-02: Version 1.0.3
No version change. This patch is to an underlying library. It fixes an issue in which a race condition could cause the access token to be refreshed multiple times unnecessarily.
2022-04-25: Version 1.0.3
This patch fixes an issue in which an exception was thrown when using –debug without an argument. When using the –debug flag, set –debug=[true | false]. Usage instructions are also updated.
2021-11-16: Version 1.0.2
This patch release removes a vulnerable npm package. You can update your current installation by running the following commands from your app directory:
npm uninstall tableify
npm audit fix
2021-11-08: Version 1.0.1
This patch release fixes an issue in which quitting the application did not wait for flattened positions to update the dashboard locally.
Added the –force flag to the stop option. Using the –force flag will force quit the application regardless of any outstanding open positions.