[Pkg-javascript-commits] [node-unicode-property-value-aliases] 01/03: New upstream version 3.1.0+ds

Julien Puydt julien.puydt at laposte.net
Tue Feb 20 08:20:32 UTC 2018


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository node-unicode-property-value-aliases.

commit 4ddf713dcc856f13755d96ee6db56b8dd059934e
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Feb 20 09:14:35 2018 +0100

    New upstream version 3.1.0+ds
---
 README.md    |  2 +-
 index.js     | 44 +++++++++++++++++++++++++++++++++++++++++++-
 package.json |  8 ++++----
 3 files changed, 48 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 248b0ed..7d427e2 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 _unicode-property-value-aliases_ offers the Unicode property value alias mappings in an easy-to-consume JavaScript format.
 
-It’s based on [the `PropertyValueAliases.txt` data for Unicode v9.0.0](http://unicode.org/Public/9.0.0/ucd/PropertyValueAliases.txt).
+It’s based on [the `PropertyValueAliases.txt` data for Unicode v10.0.0](http://unicode.org/Public/10.0.0/ucd/PropertyValueAliases.txt).
 
 For the subset used by Unicode RegExp property escapes in ECMAScript, [see _unicode-property-value-aliases-ecmascript_](https://github.com/mathiasbynens/unicode-property-value-aliases-ecmascript).
 
diff --git a/index.js b/index.js
index c1b5b6c..97dbf8c 100755
--- a/index.js
+++ b/index.js
@@ -51,6 +51,7 @@ module.exports = new Map([
 		['7.0', 'V7_0'],
 		['8.0', 'V8_0'],
 		['9.0', 'V9_0'],
+		['10.0', 'V10_0'],
 		['NA', 'Unassigned']
 	])],
 	['Alphabetic', new Map([
@@ -160,6 +161,7 @@ module.exports = new Map([
 		['CJK_Ext_C', 'CJK_Unified_Ideographs_Extension_C'],
 		['CJK_Ext_D', 'CJK_Unified_Ideographs_Extension_D'],
 		['CJK_Ext_E', 'CJK_Unified_Ideographs_Extension_E'],
+		['CJK_Ext_F', 'CJK_Unified_Ideographs_Extension_F'],
 		['CJK_Radicals_Sup', 'CJK_Radicals_Supplement'],
 		['CJK_Strokes', 'CJK_Strokes'],
 		['CJK_Symbols', 'CJK_Symbols_And_Punctuation'],
@@ -234,6 +236,7 @@ module.exports = new Map([
 		['Jamo_Ext_B', 'Hangul_Jamo_Extended_B'],
 		['Javanese', 'Javanese'],
 		['Kaithi', 'Kaithi'],
+		['Kana_Ext_A', 'Kana_Extended_A'],
 		['Kana_Sup', 'Kana_Supplement'],
 		['Kanbun', 'Kanbun'],
 		['Kangxi', 'Kangxi_Radicals'],
@@ -271,6 +274,7 @@ module.exports = new Map([
 		['Mandaic', 'Mandaic'],
 		['Manichaean', 'Manichaean'],
 		['Marchen', 'Marchen'],
+		['Masaram_Gondi', 'Masaram_Gondi'],
 		['Math_Alphanum', 'Mathematical_Alphanumeric_Symbols'],
 		['Math_Operators', 'Mathematical_Operators'],
 		['Meetei_Mayek', 'Meetei_Mayek'],
@@ -302,6 +306,7 @@ module.exports = new Map([
 		['Newa', 'Newa'],
 		['NKo', 'NKo'],
 		['Number_Forms', 'Number_Forms'],
+		['Nushu', 'Nushu'],
 		['OCR', 'Optical_Character_Recognition'],
 		['Ogham', 'Ogham'],
 		['Ol_Chiki', 'Ol_Chiki'],
@@ -342,6 +347,7 @@ module.exports = new Map([
 		['Sinhala_Archaic_Numbers', 'Sinhala_Archaic_Numbers'],
 		['Small_Forms', 'Small_Form_Variants'],
 		['Sora_Sompeng', 'Sora_Sompeng'],
+		['Soyombo', 'Soyombo'],
 		['Specials', 'Specials'],
 		['Sundanese', 'Sundanese'],
 		['Sundanese_Sup', 'Sundanese_Supplement'],
@@ -357,6 +363,7 @@ module.exports = new Map([
 		['Sutton_SignWriting', 'Sutton_SignWriting'],
 		['Syloti_Nagri', 'Syloti_Nagri'],
 		['Syriac', 'Syriac'],
+		['Syriac_Sup', 'Syriac_Supplement'],
 		['Tagalog', 'Tagalog'],
 		['Tagbanwa', 'Tagbanwa'],
 		['Tags', 'Tags'],
@@ -387,7 +394,8 @@ module.exports = new Map([
 		['Warang_Citi', 'Warang_Citi'],
 		['Yi_Radicals', 'Yi_Radicals'],
 		['Yi_Syllables', 'Yi_Syllables'],
-		['Yijing', 'Yijing_Hexagram_Symbols']
+		['Yijing', 'Yijing_Hexagram_Symbols'],
+		['Zanabazar_Square', 'Zanabazar_Square']
 	])],
 	['Canonical_Combining_Class', new Map([
 		['NR', 'Not_Reordered'],
@@ -800,6 +808,7 @@ module.exports = new Map([
 	])],
 	['Indic_Positional_Category', new Map([
 		['Bottom', 'Bottom'],
+		['Bottom_And_Left', 'Bottom_And_Left'],
 		['Bottom_And_Right', 'Bottom_And_Right'],
 		['Left', 'Left'],
 		['Left_And_Right', 'Left_And_Right'],
@@ -943,6 +952,17 @@ module.exports = new Map([
 		['Knotted_Heh', 'Knotted_Heh'],
 		['Lam', 'Lam'],
 		['Lamadh', 'Lamadh'],
+		['Malayalam_Bha', 'Malayalam_Bha'],
+		['Malayalam_Ja', 'Malayalam_Ja'],
+		['Malayalam_Lla', 'Malayalam_Lla'],
+		['Malayalam_Llla', 'Malayalam_Llla'],
+		['Malayalam_Nga', 'Malayalam_Nga'],
+		['Malayalam_Nna', 'Malayalam_Nna'],
+		['Malayalam_Nnna', 'Malayalam_Nnna'],
+		['Malayalam_Nya', 'Malayalam_Nya'],
+		['Malayalam_Ra', 'Malayalam_Ra'],
+		['Malayalam_Ssa', 'Malayalam_Ssa'],
+		['Malayalam_Tta', 'Malayalam_Tta'],
 		['Manichaean_Aleph', 'Manichaean_Aleph'],
 		['Manichaean_Ayin', 'Manichaean_Ayin'],
 		['Manichaean_Beth', 'Manichaean_Beth'],
@@ -1218,6 +1238,14 @@ module.exports = new Map([
 		['T', 'Yes'],
 		['True', 'Yes']
 	])],
+	['Regional_Indicator', new Map([
+		['N', 'No'],
+		['F', 'No'],
+		['False', 'No'],
+		['Y', 'Yes'],
+		['T', 'Yes'],
+		['True', 'Yes']
+	])],
 	['Script', new Map([
 		['Adlm', 'Adlam'],
 		['Aghb', 'Caucasian_Albanian'],
@@ -1254,6 +1282,7 @@ module.exports = new Map([
 		['Ethi', 'Ethiopic'],
 		['Geor', 'Georgian'],
 		['Glag', 'Glagolitic'],
+		['Gonm', 'Masaram_Gondi'],
 		['Goth', 'Gothic'],
 		['Gran', 'Grantha'],
 		['Grek', 'Greek'],
@@ -1306,6 +1335,7 @@ module.exports = new Map([
 		['Nbat', 'Nabataean'],
 		['Newa', 'Newa'],
 		['Nkoo', 'Nko'],
+		['Nshu', 'Nushu'],
 		['Ogam', 'Ogham'],
 		['Olck', 'Ol_Chiki'],
 		['Orkh', 'Old_Turkic'],
@@ -1333,6 +1363,7 @@ module.exports = new Map([
 		['Sind', 'Khudawadi'],
 		['Sinh', 'Sinhala'],
 		['Sora', 'Sora_Sompeng'],
+		['Soyo', 'Soyombo'],
 		['Sund', 'Sundanese'],
 		['Sylo', 'Syloti_Nagri'],
 		['Syrc', 'Syriac'],
@@ -1356,6 +1387,7 @@ module.exports = new Map([
 		['Xpeo', 'Old_Persian'],
 		['Xsux', 'Cuneiform'],
 		['Yiii', 'Yi'],
+		['Zanb', 'Zanabazar_Square'],
 		['Zinh', 'Inherited'],
 		['Qaai', 'Inherited'],
 		['Zyyy', 'Common'],
@@ -1426,6 +1458,12 @@ module.exports = new Map([
 		['T', 'Yes'],
 		['True', 'Yes']
 	])],
+	['Vertical_Orientation', new Map([
+		['R', 'Rotated'],
+		['Tr', 'Transformed_Rotated'],
+		['Tu', 'Transformed_Upright'],
+		['U', 'Upright']
+	])],
 	['White_Space', new Map([
 		['N', 'No'],
 		['F', 'No'],
@@ -1510,6 +1548,7 @@ module.exports = new Map([
 		['Ethi', 'Ethiopic'],
 		['Geor', 'Georgian'],
 		['Glag', 'Glagolitic'],
+		['Gonm', 'Masaram_Gondi'],
 		['Goth', 'Gothic'],
 		['Gran', 'Grantha'],
 		['Grek', 'Greek'],
@@ -1562,6 +1601,7 @@ module.exports = new Map([
 		['Nbat', 'Nabataean'],
 		['Newa', 'Newa'],
 		['Nkoo', 'Nko'],
+		['Nshu', 'Nushu'],
 		['Ogam', 'Ogham'],
 		['Olck', 'Ol_Chiki'],
 		['Orkh', 'Old_Turkic'],
@@ -1589,6 +1629,7 @@ module.exports = new Map([
 		['Sind', 'Khudawadi'],
 		['Sinh', 'Sinhala'],
 		['Sora', 'Sora_Sompeng'],
+		['Soyo', 'Soyombo'],
 		['Sund', 'Sundanese'],
 		['Sylo', 'Syloti_Nagri'],
 		['Syrc', 'Syriac'],
@@ -1612,6 +1653,7 @@ module.exports = new Map([
 		['Xpeo', 'Old_Persian'],
 		['Xsux', 'Cuneiform'],
 		['Yiii', 'Yi'],
+		['Zanb', 'Zanabazar_Square'],
 		['Zinh', 'Inherited'],
 		['Qaai', 'Inherited'],
 		['Zyyy', 'Common'],
diff --git a/package.json b/package.json
index c09359f..6016a0b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "unicode-property-value-aliases",
-  "version": "3.0.0",
+  "version": "3.1.0",
   "description": "Unicode property value alias mappings in JavaScript format.",
   "homepage": "https://github.com/mathiasbynens/unicode-property-value-aliases",
   "main": "index.js",
@@ -30,11 +30,11 @@
   "bugs": "https://github.com/mathiasbynens/unicode-property-value-aliases/issues",
   "devDependencies": {
     "ava": "*",
-    "jsesc": "^2.5.0",
-    "unicode-property-aliases": "^1.1.1"
+    "jsesc": "^2.5.1",
+    "unicode-property-aliases": "^1.2.0"
   },
   "scripts": {
-    "download": "curl http://unicode.org/Public/9.0.0/ucd/PropertyValueAliases.txt > data/PropertyValueAliases.txt",
+    "download": "curl http://unicode.org/Public/10.0.0/ucd/PropertyValueAliases.txt > data/PropertyValueAliases.txt",
     "build": "node scripts/build.js",
     "test": "ava ./tests"
   }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-unicode-property-value-aliases.git



More information about the Pkg-javascript-commits mailing list