Skip to content

Releases: barchart/marketdata-api-js

v6.1.0

08 Aug 21:27
93a6976
Compare
Choose a tag to compare

New Features

  • Added the UnitCode.getMinimumTick function.
  • Added the UnitCode.getMinimumTickValue function.

Other

  • Improved the documentation for the Profile.tickincrement property.

v6.0.2

08 Mar 16:31
Compare
Choose a tag to compare

Bug Fixes

  • Added DDF value parsing logic for unit code F (which divides value by 10,000,000).

v6.0.1

13 Feb 20:20
Compare
Choose a tag to compare

New Features

  • Added SymbolParser.getIsCash function.

v6.0.0

25 May 14:24
Compare
Choose a tag to compare

Breaking Changes

  • Eliminated some third-party dependencies. As a consequence, Node.js environments must now pass an instance of EnvironmentForNode to the Connection constructor. Alternately, an instance of XmlParserFactoryForNode may be passed to the Connection.connect function.
  • Changed the signature of the utilities/parse/ddf/message function. It is unlikely that SDK consumers call this function directly. However, if this function is used, an XmlParser instance must now me passed the to function.

Technical Enhancements

  • The moment dependency has been eliminated after explicitly updating the @barchart/common-js library.
  • The @xmldom/xmldom dependency is now only used when operating in Node.js. Consequently, tree-shaking tools may now exclude this dependency.

v5.27.1

31 Oct 02:27
Compare
Choose a tag to compare

Bug Fixes

v5.27.0

22 Aug 23:53
Compare
Choose a tag to compare

New Features

  • Added SymbolParser.getIsGrainBid function.
  • Added out-of-band profile extension data for grain bid instruments.

v5.26.0

10 Aug 01:15
Compare
Choose a tag to compare

New Features

  • Added previousPriceChange and previousPriceChangePercent attributes to the Quote object.

v5.25.1

05 Jul 17:03
Compare
Choose a tag to compare

Bug Fixes

  • Corrected failure to update Quote object when the timestamp of a refresh message cannot be parsed (DDF 2/1, 2/2, 2/3 and 2/4 messages).

v5.25.0

01 Jul 23:21
Compare
Choose a tag to compare

New Features

  • Updated logic to explicitly assign the Profile.asset property for AssetClass.CMDTY_STATS instruments.

Bug Fixes

  • Fixed AssetClass.parse function.
  • Fixed utilities/format/quote.js, preventing an error from being thrown when (a) the timezone argument is specified, and (b) the quote argument's timeUtc attribute is missing.

v5.24.0

27 Jun 02:33
Compare
Choose a tag to compare

New Features

  • Updated quote "extension" logic to add Quote.currentDate and Quote.previousDate attributes for cmdtyStats instruments. See the setExtendedQuoteMode function.