Releases: barchart/common-js
Releases · barchart/common-js
v4.49.3
v4.49.0
New Features
- Added
date.getTimestamp
function.
v4.47.0
New Features
- Added an optional numeric
mapping
value to theEnum
class (used when external systems identify enumeration items with integer values). This change is backwards compatible.
4.46.1
Bug Fixes
- Adjusted the
CurrencyTranslator
class to select the translation path with the fewest steps.
v4.46.0
New Features
- Added a
getSymbol
function to theRate
class. - Added a
getStaticRates
function to theRate
class.
Bug Fixes
- Corrected failure to correctly translate currencies (when multiple paths use the same edge).
v4.45.0
New Features
- Added a graph data structure (see
Edge
andVertex
classes). - Added a currency translator which supports indirect translations using multiple rates.
v4.44.1
v4.44.0
v4.43.0
New Features
- Added the
Currency.CHF
enumeration item.
v4.42.0
New Features
- Added support for typed arrays to the
Schema
class.