From d8883a4d7f38a93ddc6e49bc93664aaa86a2d593 Mon Sep 17 00:00:00 2001 From: Guillaume PARIS Date: Thu, 14 Jul 2016 09:33:29 +0200 Subject: [PATCH 1/6] Update the peru currency symbol as defined in the wikipedia: https://en.wikipedia.org/wiki/Peruvian_nuevo_sol --- currency-format.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/currency-format.json b/currency-format.json index 763ccea..b6ba684 100644 --- a/currency-format.json +++ b/currency-format.json @@ -1333,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 } From 7c674cf453c127ec95a153208b18a7fcac7ad8a0 Mon Sep 17 00:00:00 2001 From: "a.pihtovnikov" Date: Thu, 12 Jan 2017 18:24:38 +0500 Subject: [PATCH 2/6] Fix fraction size for BYN. --- CHANGELOG.md | 4 ++++ currency-format.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0808f26..423383d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.7 - 2017-01-12 + +- [fix] Fixed fraction size for BYN. + ## 1.0.6 - 2016-06-30 - [feature] Add uniqSymbol for BYR and BYN. diff --git a/currency-format.json b/currency-format.json index fcc775c..8c3844b 100644 --- a/currency-format.json +++ b/currency-format.json @@ -277,7 +277,7 @@ }, "BYN": { "name": "Belarussian Ruble", - "fractionSize": 0, + "fractionSize": 2, "symbol": { "grapheme": "p.", "template": "1 $", diff --git a/package.json b/package.json index fce82ae..951ecdf 100644 --- a/package.json +++ b/package.json @@ -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 ", "repository": { From 01e39427fa87296da8f97c41da8ace7e89889e03 Mon Sep 17 00:00:00 2001 From: "a.pihtovnikov" Date: Thu, 12 Jan 2017 18:32:16 +0500 Subject: [PATCH 3/6] Removed grapheme for CHF. --- CHANGELOG.md | 2 ++ currency-format.json | 12 ++---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423383d..140f856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.0.7 - 2017-01-12 +- [fix] Removed grapheme for CHF. + - [fix] Fixed fraction size for BYN. ## 1.0.6 - 2016-06-30 diff --git a/currency-format.json b/currency-format.json index 8c3844b..e5563d1 100644 --- a/currency-format.json +++ b/currency-format.json @@ -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", From d37740f88b5c84b972ff845062e14b73dfa37920 Mon Sep 17 00:00:00 2001 From: "a.pihtovnikov" Date: Thu, 12 Jan 2017 18:46:13 +0500 Subject: [PATCH 4/6] Update changelog for update the grapheme for PEN. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140f856..8b031a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.0.7 - 2017-01-12 +- [fix] Updated grapheme for PEN. + - [fix] Removed grapheme for CHF. - [fix] Fixed fraction size for BYN. From 1c6bc82aef057f5767894b724d4543d7819632ae Mon Sep 17 00:00:00 2001 From: "a.pihtovnikov" Date: Mon, 23 Jan 2017 14:52:36 +0500 Subject: [PATCH 5/6] Fixed fraction size for IDR. --- CHANGELOG.md | 2 ++ currency-format.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b031a5..3bf63eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.0.7 - 2017-01-12 +- [fix] Fixed fraction size for IDR. + - [fix] Updated grapheme for PEN. - [fix] Removed grapheme for CHF. diff --git a/currency-format.json b/currency-format.json index e5563d1..7edec1d 100644 --- a/currency-format.json +++ b/currency-format.json @@ -737,7 +737,7 @@ }, "IDR": { "name": "Rupiah", - "fractionSize": 3, + "fractionSize": 2, "symbol": { "grapheme": "Rp", "template": "$1", From 4f7f3baf9525fb5a3eb7b8f373dc41fcd9f6aa70 Mon Sep 17 00:00:00 2001 From: Kate Date: Thu, 26 Jan 2017 13:36:23 +0500 Subject: [PATCH 6/6] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf63eb..9cd44ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.0.7 - 2017-01-12 +## 1.0.7 - 2017-01-26 - [fix] Fixed fraction size for IDR. @@ -32,4 +32,4 @@ ## 1.0.1 - 2016-02-12 -- [feature] Added Turkish Lira grapheme. \ No newline at end of file +- [feature] Added Turkish Lira grapheme.