regexp-support
Advanced tools
Comparing version
@@ -6,2 +6,23 @@ # Change Log | ||
## [1.0.39](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.38...regexp-support@1.0.39) (2021-11-02) | ||
### 🛠 Build System | ||
* update typescript version ([b198384](https://github.com/bluelovers/regexp-support/commit/b198384c5b38d669568aee72c9affc34e90bd8cd)) | ||
### ♻️ Chores | ||
* new env test ([e9e52cc](https://github.com/bluelovers/regexp-support/commit/e9e52ccee1997ebb9d90b0e0295258fed848939c)) | ||
### 🔖 Miscellaneous | ||
* . ([f94b094](https://github.com/bluelovers/regexp-support/commit/f94b09445b770fa2efcef4bd22b11ac95bd03932)) | ||
## [1.0.38](https://github.com/bluelovers/regexp-support/compare/regexp-support@1.0.37...regexp-support@1.0.38) (2021-08-13) | ||
@@ -8,0 +29,0 @@ |
@@ -94,12 +94,12 @@ /** | ||
$9?: boolean; | ||
input?: boolean; | ||
$_?: boolean; | ||
lastMatch?: boolean; | ||
"$&"?: boolean; | ||
lastParen?: boolean; | ||
"$+"?: boolean; | ||
leftContext?: boolean; | ||
"$`"?: boolean; | ||
rightContext?: boolean; | ||
input?: boolean; | ||
$_?: boolean; | ||
'$&'?: boolean; | ||
lastParen?: boolean; | ||
'$+'?: boolean; | ||
'$`'?: boolean; | ||
'$\''?: boolean; | ||
"$'"?: boolean; | ||
readonly [Symbol.species]?: boolean; | ||
@@ -106,0 +106,0 @@ }; |
@@ -101,12 +101,12 @@ /** | ||
$9?: boolean; | ||
input?: boolean; | ||
$_?: boolean; | ||
lastMatch?: boolean; | ||
"$&"?: boolean; | ||
lastParen?: boolean; | ||
"$+"?: boolean; | ||
leftContext?: boolean; | ||
"$`"?: boolean; | ||
rightContext?: boolean; | ||
input?: boolean; | ||
$_?: boolean; | ||
'$&'?: boolean; | ||
lastParen?: boolean; | ||
'$+'?: boolean; | ||
'$`'?: boolean; | ||
'$\''?: boolean; | ||
"$'"?: boolean; | ||
readonly [Symbol.species]?: boolean; | ||
@@ -127,14 +127,14 @@ }; | ||
$9?: boolean; | ||
input?: boolean; | ||
$_?: boolean; | ||
lastMatch?: boolean; | ||
"$&"?: boolean; | ||
lastParen?: boolean; | ||
"$+"?: boolean; | ||
leftContext?: boolean; | ||
"$`"?: boolean; | ||
rightContext?: boolean; | ||
input?: boolean; | ||
$_?: boolean; | ||
'$&'?: boolean; | ||
lastParen?: boolean; | ||
'$+'?: boolean; | ||
'$`'?: boolean; | ||
'$\''?: boolean; | ||
"$'"?: boolean; | ||
readonly [Symbol.species]?: boolean; | ||
}; | ||
export {}; |
{ | ||
"name": "regexp-support", | ||
"version": "1.0.38", | ||
"version": "1.0.39", | ||
"description": "check RegExp ( regular expressions ) support", | ||
@@ -60,3 +60,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "75ef292e77d2aee7c7c9dfaa184e27253418e611" | ||
"gitHead": "b1bd5b7835e1216b613b2fca4b4abd4beb837f97" | ||
} |
507105
1.21%69
1.47%11993
2.04%