Skip to content

Commit

Permalink
Merge pull request #16 from xsolla/Edit-grapheme-of-IRR
Browse files Browse the repository at this point in the history
Updated grapheme of uniqSymbol for IRR
  • Loading branch information
NasyrovYuri authored Mar 27, 2018
2 parents d973d5f + b71b726 commit 8be42ff
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
34 changes: 25 additions & 9 deletions currency-format.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@
"rtl": true
},
"uniqSymbol": {
"grapheme": ".ر.ا",
"grapheme": "",
"template": "1 $",
"rtl": true
}
Expand Down Expand Up @@ -1108,8 +1108,8 @@
"uniqSymbol": null
},
"MGA": {
"name": "Malagasy riary",
"fractionSize": 2,
"name": "Malagasy ariary",
"fractionSize": 0,
"symbol": null,
"uniqSymbol": null
},
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"repository": {
Expand Down

0 comments on commit 8be42ff

Please sign in to comment.