Releases: barchart/common-js
Releases · barchart/common-js
v4.47.0
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.
v4.38.0
New Features
- Added the
ProtocolType.parse
function.
Bug Fixes
- Corrected failure to pass
endpoint
argument toRequestInterceptor._onProccess
function.
v4.37.0
New Features
- Added a utility for working with numbers in base fifty-two.