Skip to content

Commit ab94a24

Browse files
author
a.pihtovnikov
committed
Add uniqSymbol for BYR and BYN
1 parent 66b5d4d commit ab94a24

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.6 - 2016-06-30
4+
5+
- [feature] Add uniqSymbol for BYR and BYN.
6+
37
## 1.0.5 - 2016-06-29
48

59
- [feature] Add symbol template for new Belarussian Ruble (BYN). Remove (set null) uniqSymbol for Belarussian Ruble (BYR).

currency-format.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,11 @@
283283
"template": "1 $",
284284
"rtl": false
285285
},
286-
"uniqSymbol": null
286+
"uniqSymbol": {
287+
"grapheme": "р.",
288+
"template": "1 $",
289+
"rtl": false
290+
}
287291
},
288292
"BYR": {
289293
"name": "Belarussian Ruble",
@@ -293,7 +297,11 @@
293297
"template": "1 $",
294298
"rtl": false
295299
},
296-
"uniqSymbol": null
300+
"uniqSymbol": {
301+
"grapheme": "р.",
302+
"template": "1 $",
303+
"rtl": false
304+
}
297305
},
298306
"BZD": {
299307
"name": "Belize Dollar",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "currency-format",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "JSON with information about currencies: codes (ISO 4217), the names, grapheme (symbols) and formatting.",
55
"author": "Aleksey Pikhtovnikov <a.pihtovnikov@xsolla.com>",
66
"repository": {

0 commit comments

Comments
 (0)