Releases: barchart/marketdata-api-js
Releases · barchart/marketdata-api-js
v6.3.1
v6.3.0
v6.2.6
v6.2.5
Bug Fixes
- Updated
SymbolParser.getProducerSymbol
function, addressing failure to properly translate symbols for futures which expire in 10 or more years (e.g.CLG34
now correctly translates toGLB4
).
Technical Enhancements
- Updated AWS CodeBuild to use Node.js version 20.
v6.2.4
Other
- Removed logging of message objects which cannot be processed.
v6.2.3
Bug Fixes
- Corrected failure of
2/0/D
and2/0/d
messages to assignQuote.settlementPrice
property value.
v6.2.2
Other
- Updated README.md file indicating this library will be deprecated in the near future.
v6.2.1
Bug Fixes
- Adjusted
UnitCode.roundToNearestTick
to accept minimum tick value (instead of point value).
v6.2.0
New Features
- Added the
UnitCode.roundToNearestTick
function.
Technical Enhancements
- Updated the
@barchart/common-js
library.
v6.1.1
Bug Fixes
- Corrected precision issue exhibited by
UnitCode.getMinimumTick
function by switching internal calculations to useDecimal
instances (instead of native floating point numbers). - Corrected precision issue exhibited by
UnitCode.getMinimumTickValue
function by switching internal calculations to useDecimal
instances (instead of native floating point numbers).