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

Julien Puydt julien.puydt at laposte.net
Tue Feb 20 08:14:01 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-aliases.

commit 806412e331caf768b053940d83a7396e19520c51
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Feb 20 09:10:52 2018 +0100

    New upstream version 1.2.0+ds
---
 README.md    | 2 +-
 index.js     | 2 ++
 package.json | 4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a9db45b..9b5eaea 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 _unicode-property-aliases_ offers the Unicode property alias mappings in an easy-to-consume JavaScript format.
 
-It’s based on [the `PropertyAliases.txt` data for Unicode v9.0.0](http://unicode.org/Public/9.0.0/ucd/PropertyAliases.txt).
+It’s based on [the `PropertyAliases.txt` data for Unicode v10.0.0](http://unicode.org/Public/10.0.0/ucd/PropertyAliases.txt).
 
 ## Installation
 
diff --git a/index.js b/index.js
index 32229b0..607101f 100755
--- a/index.js
+++ b/index.js
@@ -60,6 +60,7 @@ module.exports = new Map([
 	['NFKD_QC', 'NFKD_Quick_Check'],
 	['nt', 'Numeric_Type'],
 	['SB', 'Sentence_Break'],
+	['vo', 'Vertical_Orientation'],
 	['WB', 'Word_Break'],
 	['AHex', 'ASCII_Hex_Digit'],
 	['Alpha', 'Alphabetic'],
@@ -108,6 +109,7 @@ module.exports = new Map([
 	['PCM', 'Prepended_Concatenation_Mark'],
 	['QMark', 'Quotation_Mark'],
 	['Radical', 'Radical'],
+	['RI', 'Regional_Indicator'],
 	['SD', 'Soft_Dotted'],
 	['STerm', 'Sentence_Terminal'],
 	['Term', 'Terminal_Punctuation'],
diff --git a/package.json b/package.json
index 285a0ca..84e20c2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "unicode-property-aliases",
-  "version": "1.1.1",
+  "version": "1.2.0",
   "description": "Unicode property alias mappings in JavaScript format.",
   "homepage": "https://github.com/mathiasbynens/unicode-property-aliases",
   "main": "index.js",
@@ -33,7 +33,7 @@
     "jsesc": "^2.0.0"
   },
   "scripts": {
-    "download": "curl http://unicode.org/Public/9.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
+    "download": "curl http://unicode.org/Public/10.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.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-aliases.git



More information about the Pkg-javascript-commits mailing list