[Pkg-javascript-commits] [node-unicode-loose-match] 01/03: New upstream version 2.2.1

Julien Puydt julien.puydt at laposte.net
Sun Sep 17 14:07:02 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository node-unicode-loose-match.

commit 43ab4dfee3a6a87d6c40ed158803fe4609c4cd3e
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sun Sep 17 15:19:20 2017 +0200

    New upstream version 2.2.1
---
 README.md        |  2 +-
 data/mappings.js |  3 ++-
 package.json     | 10 +++++-----
 scripts/build.js |  2 +-
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 1ff7874..126d088 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 unicode-loose-match is a JavaScript implementation of [UAX44-LM3](http://unicode.org/reports/tr44/tr44-16.html#Matching_Symbolic), i.e. the loose matching algorithm for symbolic values as defined in the Unicode Standard.
 
-It’s based on [the data for Unicode v9.0.0](https://github.com/mathiasbynens/unicode-9.0.0) and recognizes [property aliases](https://github.com/mathiasbynens/unicode-property-aliases) and [property value aliases](https://github.com/mathiasbynens/unicode-property-value-aliases).
+It’s based on [the data for Unicode v10.0.0](https://github.com/mathiasbynens/unicode-10.0.0) and recognizes [property aliases](https://github.com/mathiasbynens/unicode-property-aliases) and [property value aliases](https://github.com/mathiasbynens/unicode-property-value-aliases).
 
 ## Installation
 
diff --git a/data/mappings.js b/data/mappings.js
index 6a1776e..5e086c3 100644
--- a/data/mappings.js
+++ b/data/mappings.js
@@ -235,7 +235,8 @@ module.exports = {
 		['expandsonnfkd', 'Expands_On_NFKD'],
 		['ascii', 'ASCII'],
 		['any', 'Any'],
-		['assigned', 'Assigned']
+		['assigned', 'Assigned'],
+		['regionalindicator', 'Regional_Indicator']
 	]),
 	'propertyToValueAliases': new Map([
 		['Jamo_Short_Name', new Map([
diff --git a/package.json b/package.json
index 48520f1..ea94ef6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "unicode-loose-match",
-  "version": "2.2.0",
+  "version": "2.2.1",
   "description": "A JavaScript implementation of Unicode loose matching.",
   "homepage": "https://github.com/mathiasbynens/unicode-loose-match",
   "main": "index.js",
@@ -28,10 +28,10 @@
   "bugs": "https://github.com/mathiasbynens/unicode-loose-match/issues",
   "devDependencies": {
     "ava": "*",
-    "jsesc": "^2.2.0",
-    "unicode-9.0.0": "^0.7.0",
-    "unicode-property-aliases": "^1.1.0",
-    "unicode-property-value-aliases": "^1.2.1"
+    "jsesc": "^2.5.1",
+    "unicode-10.0.0": "^0.7.4",
+    "unicode-property-aliases": "^1.1.1",
+    "unicode-property-value-aliases": "^3.0.0"
   },
   "scripts": {
     "build": "node scripts/build.js",
diff --git a/scripts/build.js b/scripts/build.js
index 5f04028..e5703e5 100644
--- a/scripts/build.js
+++ b/scripts/build.js
@@ -1,6 +1,6 @@
 'use strict';
 
-const binaryProperties = require('unicode-9.0.0').Binary_Property;
+const binaryProperties = require('unicode-10.0.0').Binary_Property;
 const propertyAliases = require('unicode-property-aliases');
 const valueAliases = require('unicode-property-value-aliases');
 const jsesc = require('jsesc');

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



More information about the Pkg-javascript-commits mailing list