Releases: BRIXTOL/currency-symbols
Releases · BRIXTOL/currency-symbols
v1.1.1
v1.1.0
This version exposes the object mappings to the export so users can use them opposed to relying on the matching function. The object mapping have been annotated with JSDoc comments which inform upon the country and name of each currency. Some currencies have been removed from the mappings which are listed below in symbol updates.
Symbol Updates
- Removed
GHC
(Old Ghanaian Cedi) which is nowGHS
- Removed
EEK
(Estonian Kroon) which now usesEUR
- Removed
LTL
(Lithuanian Litas) which was replaced in 2015 by the Euro - Removed
ZWD
(Zimbabwe Dollar) which using ISO code ofZWL
(currently)
Breakdown
- Renamed interface export to
ICurrencySymbol
- Provided JSDoc annotations for all currencies which inform upon country and currency name
- Expose the object mapping on export, available on
CurrencySymbols
- Improved and aligned rollup build config
- Cleaned up working directory
- Updated readme and examples
- Added @brixtol/eslint-config to development dependencies.
- Added @brixtol/prettier-config to development dependencies.