Skip to content

Commit

Permalink
Merge pull request #4 from xsolla/change_BYR_BYN
Browse files Browse the repository at this point in the history
Add uniqSymbol for BYR and BYN
  • Loading branch information
apigraf authored Jul 18, 2016
2 parents 66b5d4d + ab94a24 commit ca9ca99
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.6 - 2016-06-30

- [feature] Add uniqSymbol for BYR and BYN.

## 1.0.5 - 2016-06-29

- [feature] Add symbol template for new Belarussian Ruble (BYN). Remove (set null) uniqSymbol for Belarussian Ruble (BYR).
Expand Down
12 changes: 10 additions & 2 deletions currency-format.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,11 @@
"template": "1 $",
"rtl": false
},
"uniqSymbol": null
"uniqSymbol": {
"grapheme": "р.",
"template": "1 $",
"rtl": false
}
},
"BYR": {
"name": "Belarussian Ruble",
Expand All @@ -293,7 +297,11 @@
"template": "1 $",
"rtl": false
},
"uniqSymbol": null
"uniqSymbol": {
"grapheme": "р.",
"template": "1 $",
"rtl": false
}
},
"BZD": {
"name": "Belize Dollar",
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.5",
"version": "1.0.6",
"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 ca9ca99

Please sign in to comment.