Skip to content

Releases: BRIXTOL/currency-symbols

v1.1.1

09 Sep 21:42
Compare
Choose a tag to compare

v1.1.0

23 Aug 02:35
Compare
Choose a tag to compare

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 now GHS
  • Removed EEK (Estonian Kroon) which now uses EUR
  • Removed LTL (Lithuanian Litas) which was replaced in 2015 by the Euro
  • Removed ZWD (Zimbabwe Dollar) which using ISO code of ZWL (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.