diff --git a/CHANGELOG.md b/CHANGELOG.md index 271d9a3..78100e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## 1.0.9 - 2018-03-20 + +- [fix] Updated grapheme for IRR. + +- [fix] Updated fraction size and name of MGA. + +- [fix] Updated the CFA francs (XAF/XOF). + ## 1.0.8 - 2017-12-15 + - [feature] Add cryptocurrencies ETH, BTC, LTC ## 1.0.7 - 2017-01-26 diff --git a/currency-format.json b/currency-format.json index d4c7a69..c575991 100644 --- a/currency-format.json +++ b/currency-format.json @@ -810,7 +810,7 @@ "rtl": true }, "uniqSymbol": { - "grapheme": ".ر.ا", + "grapheme": "﷼", "template": "1 $", "rtl": true } @@ -1108,8 +1108,8 @@ "uniqSymbol": null }, "MGA": { - "name": "Malagasy riary", - "fractionSize": 2, + "name": "Malagasy ariary", + "fractionSize": 0, "symbol": null, "uniqSymbol": null }, @@ -1866,10 +1866,18 @@ "uniqSymbol": null }, "XAF": { - "name": "CF Franc BEAC", + "name": "CFA Franc BEAC", "fractionSize": 0, - "symbol": null, - "uniqSymbol": null + "symbol": { + "grapheme": "F CFA", + "template": "1 $", + "rtl": false + }, + "uniqSymbol": { + "grapheme": "F CFA", + "template": "1 $", + "rtl": false + } }, "XCD": { "name": "East Caribbean Dollar", @@ -1892,10 +1900,18 @@ "uniqSymbol": null }, "XOF": { - "name": "CF Franc BCEAO", + "name": "CFA Franc BCEAO", "fractionSize": 0, - "symbol": null, - "uniqSymbol": null + "symbol": { + "grapheme": "CFA", + "template": "1 $", + "rtl": false + }, + "uniqSymbol": { + "grapheme": "F CFA BCEAO", + "template": "1 $", + "rtl": false + } }, "XPF": { "name": "CFP Franc", diff --git a/package.json b/package.json index 30f906d..070f161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "currency-format", - "version": "1.0.8", + "version": "1.0.9", "description": "JSON with information about currencies: codes (ISO 4217), the names, grapheme (symbols) and formatting.", "author": "Aleksey Pikhtovnikov ", "repository": {