regexp-support
Advanced tools
Comparing version
@@ -6,2 +6,29 @@ # Change Log | ||
## [1.0.43](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.41...regexp-support@1.0.43) (2021-12-08) | ||
### 📦 Code Refactoring | ||
* update import `array-hyper-unique` ([e1f9a07](https://github.com/bluelovers/regexp-support/commit/e1f9a072e3a86c14a93129cfb3e38eade4c81c8a)) | ||
### 🔖 Miscellaneous | ||
* . ([4c4826a](https://github.com/bluelovers/regexp-support/commit/4c4826a0d93790eaa70631d6b687d41dba296979)) | ||
## [1.0.42](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.41...regexp-support@1.0.42) (2021-12-08) | ||
### 📦 Code Refactoring | ||
* update import `array-hyper-unique` ([e1f9a07](https://github.com/bluelovers/regexp-support/commit/e1f9a072e3a86c14a93129cfb3e38eade4c81c8a)) | ||
## [1.0.41](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.39...regexp-support@1.0.41) (2021-11-14) | ||
@@ -8,0 +35,0 @@ |
@@ -80,2 +80,3 @@ /** | ||
[Symbol.split]?: boolean; | ||
[Symbol.matchAll]?: boolean; | ||
}; | ||
@@ -82,0 +83,0 @@ static: { |
@@ -30,2 +30,3 @@ /** | ||
[Symbol.split]?: boolean; | ||
[Symbol.matchAll]?: boolean; | ||
}; | ||
@@ -50,2 +51,3 @@ export declare function testPrototype<T>(RegExpClass?: ITypeCreateRegExp<T>): { | ||
[Symbol.split]?: boolean; | ||
[Symbol.matchAll]?: boolean; | ||
}; |
{ | ||
"name": "regexp-support", | ||
"version": "1.0.41", | ||
"version": "1.0.43", | ||
"description": "check RegExp ( regular expressions ) support", | ||
@@ -60,3 +60,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "cc127d076424a160f6ecf650eb063e4b7f743da3" | ||
"gitHead": "a050032702fdf2c11814f4f1ec55821db469a3a2" | ||
} |
508888
0.17%11996
0.03%