emojibase-regex
Advanced tools
Comparing version 15.0.0 to 15.1.0
@@ -6,2 +6,18 @@ # Change Log | ||
## 15.1.0 - 2023-10-03 | ||
#### 🚀 Updates | ||
- Add `bn` (Bengali) language. (#161) ([84ea37c](https://github.com/milesj/emojibase/commit/84ea37c)), closes [#161](https://github.com/milesj/emojibase/issues/161) | ||
#### 🛠 Internals | ||
- Fix invalid dev dependency. ([e81c4f1](https://github.com/milesj/emojibase/commit/e81c4f1)) | ||
**Note:** Version bump only for package emojibase-regex | ||
# 15.0.0 - 2023-06-11 | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "emojibase-regex", | ||
"version": "15.0.0", | ||
"version": "15.1.0", | ||
"description": "Evergreen emoji regex patterns.", | ||
@@ -23,4 +23,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"emojibase": "15.0.0", | ||
"emojibase-test-utils": "15.0.0" | ||
"emojibase": "15.1.0", | ||
"emojibase-test-utils": "15.1.0" | ||
}, | ||
@@ -31,3 +31,3 @@ "funding": { | ||
}, | ||
"gitHead": "f9a7a4b2e7e76b49ae4f3842570e9e785a035094" | ||
"gitHead": "c2f82e5ea5aef3c490d0f045de7680958426fea6" | ||
} |
@@ -5,2 +5,4 @@ /* eslint-disable no-misleading-character-class */ | ||
const ranges = [ | ||
//Bengali | ||
/[\d+_\u0980-\u09FF\u2000-\u206F-]/, | ||
// Chinese | ||
@@ -7,0 +9,0 @@ /[\d+_\u4E00-\u9FFF-]/, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
154778
443
0