Releases: barchart/common-js
Releases · barchart/common-js
v4.36.0
v4.33.0
New Features
- Added the
mod
operation for theDecimal
class.
v4.32.0
New Features
- Updated the
Rate
class to handle constant exchange rates (e.g.^GBPGBX
).
v4.31.0
New Features
- Added a
British Penny
to theCurrency
enumeration.
v4.29.1
Bug Fixes
- Fixed issue with
promise.timeout
function.
v4.29.0
New Features
- Added an optional parameter to the
FailureReason.reset
function.
Other
- Modified the output of the
FailureReason.format
function.
v4.28.1
Bug Fixes
- Corrected failure of the
Tree.search
function to identify proper node when using both theparentFirst
andincludeCurrentNode
options.
v4.27.0
New Features
- Added an
Australian Dollar
to theCurrency
enumeration. - Added a
British Pound
to theCurrency
enumeration.
v4.26.0
New Features
- Added the
Decimal.getIsBetween
instance function.
v4.25.1
Other
- Added hack to address failure of bundlers (e.g. Webpack) to properly resolve
date-fns-tz
dependency.