Skip to content

Releases: barchart/portfolio-client-js

v5.5.0

25 Aug 19:36
acd3b1b
Compare
Choose a tag to compare

New Features

  • Added support for options.suppressCorporateActions to PortfolioGateway.createTransaction function.
  • Added support for options.strictInstrumentResolution to PortfolioGateway.createTransaction function.

v5.4.0

22 Aug 01:00
321afdc
Compare
Choose a tag to compare

New Features

  • Added initial support for futures contracts.

v5.3.0

04 Aug 02:49
d6f86b8
Compare
Choose a tag to compare

New Features

  • Added options parameter to the PortfolioGateway.createTransaction function.

v5.2.0

10 Jul 17:11
a3129de
Compare
Choose a tag to compare

New Features

  • Added official documentation, which has been published at docs.barchart.com/portfolio.
  • Updated JSDoc extensively (in support of official documentation).
  • Updated the PortfolioGateway.readPositionValuations function signature, adding a third parameter called parse.

Bug Fixes

  • Removed the PortfolioGateway.importPorfolios function. This function was incomplete and does not appear to have been used by any consumers.
  • Removed the PortfolioGateway.querySymbol function. Again, this function was incomplete and does not appear to have been used by any consumers.

Other

  • Switched GitHub repository to public visibility.
  • Switched NPM package to public visibility.

v5.1.2

24 Jan 13:53
Compare
Choose a tag to compare

Other

  • Added an .npmignore file, which reduces the size of the published package.

v5.1.1

06 May 10:57
Compare
Choose a tag to compare

Technical Enhancements

  • Updated barchart/common-js to the v4.9.0.
  • Updated gulp script.

v5.1.0

07 Jan 19:28
Compare
Choose a tag to compare

New Features

  • Added PortfolioGateway.switchTransaction function, allowing the reinvestment choice for a single dividend or distribution to be changed.
  • Added readPositionValuationsAvailability method.

Other

  • Removed legacy observeValuationsForPortfolio and observeValuationsForPositions methods.

v5.0.1

09 Oct 16:30
Compare
Choose a tag to compare

Other

  • Correct internal implementation of SDK to address breaking changes to remote API.

v4.1.0

07 Oct 14:08
Compare
Choose a tag to compare

New Features

  • Added sequence parameter for the readTransactions function.

v4.0.0

09 Sep 17:31
Compare
Choose a tag to compare

Breaking Changes

  • Renamed PortfolioGateway.readPositionsValues function to PortfolioGateway.readPositionValuations.
  • Renamed PortfolioGateway.readMarketValue function to PortfolioGateway.queryPositionValuations.
  • Renamed PortfolioGateway.observePositionCalculating function to PortfolioGateway.observeValuationsForPosition.
  • Renamed PortfolioGateway.observePortfolioCalculating function to PortfolioGateway.observeValuationsForPortfolio.