string-replace-async
Advanced tools
Comparing version
@@ -25,2 +25,2 @@ /** | ||
export = replaceAsync; | ||
export default replaceAsync; |
{ | ||
"name": "string-replace-async", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Asynchronous String.prototype.replace()", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -102,3 +102,3 @@ # string-replace-async | ||
Previously this module had aditional menhod `seq()` that ran `replace` functions one by one instead of all at once. We decided to remove it to narrow our scope. Here's a snippet that achieves the same effect: | ||
Previously this module had an additional function `seq()` that ran `replace` functions one by one instead of all at once. We decided to remove it to narrow our scope. Here's a snippet that achieves the same effect: | ||
@@ -105,0 +105,0 @@ ```js |
7097
0.17%