Releases: bojanz/currency
Releases · bojanz/currency
v1.2.3
Fixes a regression in the countryCurrencies data caused by incomplete data in CLDR v45: 778533c
v1.2.0
- Support for getting a currency code for a country code (#23).
- Support for the accounting style in the formatter (#26)
- CLDR v44
v1.1.3
- Updated cockroachdb/apd to v3.2.1, which fixes #25.
- Removed ioutil usage (since the package is deprecated).
- CLDR v43.1
v1.1.1
Previously amounts could only be unmarshaled from JSON strings like "3.45". We now support unmarshaling from numbers as well. Thanks @dacohen!
See #24.
v1.1.0
Bumped cockroachdb/apd to v.3.1.2, bringing further performance optimizations.
Add support for RoundHalfEven aka "Banker's Rounding". Thanks @floodfx!