[Pkg-javascript-commits] [node-unicode-loose-match] 01/03: New upstream version 2.3.0
Julien Puydt
julien.puydt at laposte.net
Wed Feb 21 16:57:44 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-loose-match.
commit a6ae75e6579eda49b025629a1ef9474d3be8825e
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Feb 21 17:51:53 2018 +0100
New upstream version 2.3.0
---
data/mappings.js | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
package.json | 4 ++--
2 files changed, 68 insertions(+), 5 deletions(-)
diff --git a/data/mappings.js b/data/mappings.js
index 5e086c3..4338ba0 100644
--- a/data/mappings.js
+++ b/data/mappings.js
@@ -115,6 +115,8 @@ module.exports = {
['numerictype', 'Numeric_Type'],
['sb', 'Sentence_Break'],
['sentencebreak', 'Sentence_Break'],
+ ['vo', 'Vertical_Orientation'],
+ ['verticalorientation', 'Vertical_Orientation'],
['wb', 'Word_Break'],
['wordbreak', 'Word_Break'],
['ahex', 'ASCII_Hex_Digit'],
@@ -206,6 +208,8 @@ module.exports = {
['qmark', 'Quotation_Mark'],
['quotationmark', 'Quotation_Mark'],
['radical', 'Radical'],
+ ['ri', 'Regional_Indicator'],
+ ['regionalindicator', 'Regional_Indicator'],
['sd', 'Soft_Dotted'],
['softdotted', 'Soft_Dotted'],
['sterm', 'Sentence_Terminal'],
@@ -235,8 +239,7 @@ module.exports = {
['expandsonnfkd', 'Expands_On_NFKD'],
['ascii', 'ASCII'],
['any', 'Any'],
- ['assigned', 'Assigned'],
- ['regionalindicator', 'Regional_Indicator']
+ ['assigned', 'Assigned']
]),
'propertyToValueAliases': new Map([
['Jamo_Short_Name', new Map([
@@ -361,6 +364,8 @@ module.exports = {
['georgian', 'Georgian'],
['glag', 'Glagolitic'],
['glagolitic', 'Glagolitic'],
+ ['gonm', 'Masaram_Gondi'],
+ ['masaramgondi', 'Masaram_Gondi'],
['goth', 'Gothic'],
['gothic', 'Gothic'],
['gran', 'Grantha'],
@@ -462,6 +467,8 @@ module.exports = {
['newa', 'Newa'],
['nkoo', 'Nko'],
['nko', 'Nko'],
+ ['nshu', 'Nushu'],
+ ['nushu', 'Nushu'],
['ogam', 'Ogham'],
['ogham', 'Ogham'],
['olck', 'Ol_Chiki'],
@@ -516,6 +523,8 @@ module.exports = {
['sinhala', 'Sinhala'],
['sora', 'Sora_Sompeng'],
['sorasompeng', 'Sora_Sompeng'],
+ ['soyo', 'Soyombo'],
+ ['soyombo', 'Soyombo'],
['sund', 'Sundanese'],
['sundanese', 'Sundanese'],
['sylo', 'Syloti_Nagri'],
@@ -561,6 +570,8 @@ module.exports = {
['cuneiform', 'Cuneiform'],
['yiii', 'Yi'],
['yi', 'Yi'],
+ ['zanb', 'Zanabazar_Square'],
+ ['zanabazarsquare', 'Zanabazar_Square'],
['zinh', 'Inherited'],
['inherited', 'Inherited'],
['qaai', 'Inherited'],
@@ -606,6 +617,8 @@ module.exports = {
['v80', 'V8_0'],
['9.0', 'V9_0'],
['v90', 'V9_0'],
+ ['10.0', 'V10_0'],
+ ['v100', 'V10_0'],
['na', 'Unassigned'],
['unassigned', 'Unassigned']
])],
@@ -685,6 +698,8 @@ module.exports = {
['cjkunifiedideographsextensiond', 'CJK_Unified_Ideographs_Extension_D'],
['cjkexte', 'CJK_Unified_Ideographs_Extension_E'],
['cjkunifiedideographsextensione', 'CJK_Unified_Ideographs_Extension_E'],
+ ['cjkextf', 'CJK_Unified_Ideographs_Extension_F'],
+ ['cjkunifiedideographsextensionf', 'CJK_Unified_Ideographs_Extension_F'],
['cjkradicalssup', 'CJK_Radicals_Supplement'],
['cjkradicalssupplement', 'CJK_Radicals_Supplement'],
['cjkstrokes', 'CJK_Strokes'],
@@ -797,6 +812,8 @@ module.exports = {
['hanguljamoextendedb', 'Hangul_Jamo_Extended_B'],
['javanese', 'Javanese'],
['kaithi', 'Kaithi'],
+ ['kanaexta', 'Kana_Extended_A'],
+ ['kanaextendeda', 'Kana_Extended_A'],
['kanasup', 'Kana_Supplement'],
['kanasupplement', 'Kana_Supplement'],
['kanbun', 'Kanbun'],
@@ -845,6 +862,7 @@ module.exports = {
['mandaic', 'Mandaic'],
['manichaean', 'Manichaean'],
['marchen', 'Marchen'],
+ ['masaramgondi', 'Masaram_Gondi'],
['mathalphanum', 'Mathematical_Alphanumeric_Symbols'],
['mathematicalalphanumericsymbols', 'Mathematical_Alphanumeric_Symbols'],
['mathoperators', 'Mathematical_Operators'],
@@ -891,6 +909,7 @@ module.exports = {
['newa', 'Newa'],
['nko', 'NKo'],
['numberforms', 'Number_Forms'],
+ ['nushu', 'Nushu'],
['ocr', 'Optical_Character_Recognition'],
['opticalcharacterrecognition', 'Optical_Character_Recognition'],
['ogham', 'Ogham'],
@@ -939,6 +958,7 @@ module.exports = {
['smallforms', 'Small_Form_Variants'],
['smallformvariants', 'Small_Form_Variants'],
['sorasompeng', 'Sora_Sompeng'],
+ ['soyombo', 'Soyombo'],
['specials', 'Specials'],
['sundanese', 'Sundanese'],
['sundanesesup', 'Sundanese_Supplement'],
@@ -964,6 +984,8 @@ module.exports = {
['suttonsignwriting', 'Sutton_SignWriting'],
['sylotinagri', 'Syloti_Nagri'],
['syriac', 'Syriac'],
+ ['syriacsup', 'Syriac_Supplement'],
+ ['syriacsupplement', 'Syriac_Supplement'],
['tagalog', 'Tagalog'],
['tagbanwa', 'Tagbanwa'],
['tags', 'Tags'],
@@ -1002,7 +1024,8 @@ module.exports = {
['yiradicals', 'Yi_Radicals'],
['yisyllables', 'Yi_Syllables'],
['yijing', 'Yijing_Hexagram_Symbols'],
- ['yijinghexagramsymbols', 'Yijing_Hexagram_Symbols']
+ ['yijinghexagramsymbols', 'Yijing_Hexagram_Symbols'],
+ ['zanabazarsquare', 'Zanabazar_Square']
])],
['Script', new Map([
['adlm', 'Adlam'],
@@ -1072,6 +1095,8 @@ module.exports = {
['georgian', 'Georgian'],
['glag', 'Glagolitic'],
['glagolitic', 'Glagolitic'],
+ ['gonm', 'Masaram_Gondi'],
+ ['masaramgondi', 'Masaram_Gondi'],
['goth', 'Gothic'],
['gothic', 'Gothic'],
['gran', 'Grantha'],
@@ -1173,6 +1198,8 @@ module.exports = {
['newa', 'Newa'],
['nkoo', 'Nko'],
['nko', 'Nko'],
+ ['nshu', 'Nushu'],
+ ['nushu', 'Nushu'],
['ogam', 'Ogham'],
['ogham', 'Ogham'],
['olck', 'Ol_Chiki'],
@@ -1227,6 +1254,8 @@ module.exports = {
['sinhala', 'Sinhala'],
['sora', 'Sora_Sompeng'],
['sorasompeng', 'Sora_Sompeng'],
+ ['soyo', 'Soyombo'],
+ ['soyombo', 'Soyombo'],
['sund', 'Sundanese'],
['sundanese', 'Sundanese'],
['sylo', 'Syloti_Nagri'],
@@ -1272,6 +1301,8 @@ module.exports = {
['cuneiform', 'Cuneiform'],
['yiii', 'Yi'],
['yi', 'Yi'],
+ ['zanb', 'Zanabazar_Square'],
+ ['zanabazarsquare', 'Zanabazar_Square'],
['zinh', 'Inherited'],
['inherited', 'Inherited'],
['qaai', 'Inherited'],
@@ -1591,6 +1622,7 @@ module.exports = {
])],
['Indic_Positional_Category', new Map([
['bottom', 'Bottom'],
+ ['bottomandleft', 'Bottom_And_Left'],
['bottomandright', 'Bottom_And_Right'],
['left', 'Left'],
['leftandright', 'Left_And_Right'],
@@ -1672,6 +1704,17 @@ module.exports = {
['knottedheh', 'Knotted_Heh'],
['lam', 'Lam'],
['lamadh', 'Lamadh'],
+ ['malayalambha', 'Malayalam_Bha'],
+ ['malayalamja', 'Malayalam_Ja'],
+ ['malayalamlla', 'Malayalam_Lla'],
+ ['malayalamllla', 'Malayalam_Llla'],
+ ['malayalamnga', 'Malayalam_Nga'],
+ ['malayalamnna', 'Malayalam_Nna'],
+ ['malayalamnnna', 'Malayalam_Nnna'],
+ ['malayalamnya', 'Malayalam_Nya'],
+ ['malayalamra', 'Malayalam_Ra'],
+ ['malayalamssa', 'Malayalam_Ssa'],
+ ['malayalamtta', 'Malayalam_Tta'],
['manichaeanaleph', 'Manichaean_Aleph'],
['manichaeanayin', 'Manichaean_Ayin'],
['manichaeanbeth', 'Manichaean_Beth'],
@@ -1897,6 +1940,16 @@ module.exports = {
['xx', 'Other'],
['other', 'Other']
])],
+ ['Vertical_Orientation', new Map([
+ ['r', 'Rotated'],
+ ['rotated', 'Rotated'],
+ ['tr', 'Transformed_Rotated'],
+ ['transformedrotated', 'Transformed_Rotated'],
+ ['tu', 'Transformed_Upright'],
+ ['transformedupright', 'Transformed_Upright'],
+ ['u', 'Upright'],
+ ['upright', 'Upright']
+ ])],
['Word_Break', new Map([
['cr', 'CR'],
['dq', 'Double_Quote'],
@@ -2409,6 +2462,16 @@ module.exports = {
['t', 'Yes'],
['true', 'Yes']
])],
+ ['Regional_Indicator', new Map([
+ ['n', 'No'],
+ ['no', 'No'],
+ ['f', 'No'],
+ ['false', 'No'],
+ ['y', 'Yes'],
+ ['yes', 'Yes'],
+ ['t', 'Yes'],
+ ['true', 'Yes']
+ ])],
['Soft_Dotted', new Map([
['n', 'No'],
['no', 'No'],
diff --git a/package.json b/package.json
index ea94ef6..901da4d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "unicode-loose-match",
- "version": "2.2.1",
+ "version": "2.3.0",
"description": "A JavaScript implementation of Unicode loose matching.",
"homepage": "https://github.com/mathiasbynens/unicode-loose-match",
"main": "index.js",
@@ -31,7 +31,7 @@
"jsesc": "^2.5.1",
"unicode-10.0.0": "^0.7.4",
"unicode-property-aliases": "^1.1.1",
- "unicode-property-value-aliases": "^3.0.0"
+ "unicode-property-value-aliases": "^3.1.0"
},
"scripts": {
"build": "node scripts/build.js",
--
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