Skip to content

Releases: barchart/common-js

v4.36.0

12 Dec 21:49
133dfe7
Compare
Choose a tag to compare

New Features

  • Added the Decimal.toNumber function.

Technical Enhancements

  • Upgraded the Big.js library, which the Decimal class wraps, to the next major version.

v4.33.0

07 Sep 17:38
516dc77
Compare
Choose a tag to compare

New Features

  • Added the mod operation for the Decimal class.

v4.32.0

06 Sep 10:25
0895826
Compare
Choose a tag to compare

New Features

  • Updated the Rate class to handle constant exchange rates (e.g. ^GBPGBX).

v4.31.0

24 Aug 11:41
8b72101
Compare
Choose a tag to compare

New Features

  • Added a British Penny to the Currency enumeration.

v4.29.1

13 Aug 20:12
18091e1
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue with promise.timeout function.

v4.29.0

28 Jun 02:59
75faa2c
Compare
Choose a tag to compare

New Features

  • Added an optional parameter to the FailureReason.reset function.

Other

  • Modified the output of the FailureReason.format function.

v4.28.1

18 Jun 00:08
67c9124
Compare
Choose a tag to compare

Bug Fixes

  • Corrected failure of the Tree.search function to identify proper node when using both the parentFirst and includeCurrentNode options.

v4.27.0

12 May 09:11
5c528a0
Compare
Choose a tag to compare

New Features

  • Added an Australian Dollar to the Currency enumeration.
  • Added a British Pound to the Currency enumeration.

v4.26.0

28 Mar 17:43
Compare
Choose a tag to compare

New Features

  • Added the Decimal.getIsBetween instance function.

v4.25.1

24 Feb 18:06
Compare
Choose a tag to compare

Other

  • Added hack to address failure of bundlers (e.g. Webpack) to properly resolve date-fns-tz dependency.