Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@bryaningl3 bryaningl3 released this 19 Nov 02:41
· 5 commits to master since this release
0513aad

Breaking Changes

  • Changed the constructor of the PositionGroup class.
  • Removed the PositionGroup.setForexRates function.
  • Removed the PositionContainer.getForexQuotes function.

New Features

  • Increased efficiency of currency translation mechanism (see the PositionContainer and PositionGroup classes).
  • Added option to use Barchart formatting rules (with variable decimal places) for last price (see BAR2-2852).

Bug Fixes

  • Changed formatting rules for open, high, low, and previous to use same logic as last price.

Technical Enhancements

  • Updated AWS CodeBuild to use Node.js version 20.
  • Updated the @barchart/common-js library.
  • Updated the uuid library to the next major version.

Other

  • Removed duplicate invocation of recalculatePercentages in the PositionContainer class (on quotes update).