Skip to content

Commit

Permalink
Merge pull request #7 from xsolla/fix_fraction_size_for_BYN
Browse files Browse the repository at this point in the history
Fix fraction size for BYN
  • Loading branch information
katerinapsperm authored Jan 26, 2017
2 parents ca9ca99 + 4f7f3ba commit 4344c35
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.7 - 2017-01-26

- [fix] Fixed fraction size for IDR.

- [fix] Updated grapheme for PEN.

- [fix] Removed grapheme for CHF.

- [fix] Fixed fraction size for BYN.

## 1.0.6 - 2016-06-30

- [feature] Add uniqSymbol for BYR and BYN.
Expand All @@ -22,4 +32,4 @@

## 1.0.1 - 2016-02-12

- [feature] Added Turkish Lira grapheme.
- [feature] Added Turkish Lira grapheme.
20 changes: 6 additions & 14 deletions currency-format.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
},
"BYN": {
"name": "Belarussian Ruble",
"fractionSize": 0,
"fractionSize": 2,
"symbol": {
"grapheme": "p.",
"template": "1 $",
Expand Down Expand Up @@ -346,16 +346,8 @@
"CHF": {
"name": "Swiss Franc",
"fractionSize": 2,
"symbol": {
"grapheme": "CHF",
"template": "$1",
"rtl": false
},
"uniqSymbol": {
"grapheme": "CHF",
"template": "$1",
"rtl": false
}
"symbol": null,
"uniqSymbol": null
},
"CHW": {
"name": "WIR Franc",
Expand Down Expand Up @@ -745,7 +737,7 @@
},
"IDR": {
"name": "Rupiah",
"fractionSize": 3,
"fractionSize": 2,
"symbol": {
"grapheme": "Rp",
"template": "$1",
Expand Down Expand Up @@ -1341,12 +1333,12 @@
"name": "Nuevo Sol",
"fractionSize": 2,
"symbol": {
"grapheme": "S/.",
"grapheme": "S/",
"template": "$1",
"rtl": false
},
"uniqSymbol": {
"grapheme": "S/.",
"grapheme": "S/",
"template": "$1",
"rtl": false
}
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.6",
"version": "1.0.7",
"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 4344c35

Please sign in to comment.