Releases: randomseed-io/bankster
Releases · randomseed-io/bankster
1.0.8
- Function money/convert now accepts a price and is more polymorphic.
- Added the function currency/localized-properties.
1.0.7
- Improved and unified rescaling of Money objects when their currency is auto-scaled.
- Functions money/amount, money/stripped-amount and money/currency are now polymorphic.
- Currencies database updated.
1.0.6
Parsing and printing of monetary amounts improved (early conversion to big decimals, adding M to number literals when needed).
1.0.5
Fixed a bug causing reversed order of weighted currencies.
1.0.3
Fixed a bug causing localized properties to be pre-processed twice, effecting in bad locale ID translation on some systems.
1.0.2
Currency code is now default fallback identifier of a currency (after currency ID which can be namespaced).
Ambiguous currency codes (e.g. :PLN
for both :PLN
and :crypto/PLN
) can be disambiguated using :weight
currency property.
1.0.1
Removed redundant databases.