Skip to content

Commit

Permalink
New version: 1.17.5. Closes #128 (matchAll()).
Browse files Browse the repository at this point in the history
* Updated deps.
* New targets: Node 14, 16, 18.
* Implemented matchAll().
  • Loading branch information
uhop committed Jun 12, 2022
1 parent 266973a commit 263dcbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ console.log('re2_res : ' + re2_res); // prints: re2_res : abc,a,b,c

## Release history

- 1.17.5 *Updated deps, updated test/build targets, implemented `matchAll()` (thx, [ThePendulum](https://github.com/ThePendulum) and [David Sichau](https://github.com/DavidSichau)).*
- 1.17.4 *Updated deps.*
- 1.17.3 *Fixed bug with zero-length replacements.*
- 1.17.2 *Added support for the enhanced local mirroring by updating [install-artifact-from-github](https://github.com/uhop/install-artifact-from-github).*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "re2",
"version": "1.17.4",
"version": "1.17.5",
"description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.",
"homepage": "https://github.com/uhop/node-re2",
"bugs": "https://github.com/uhop/node-re2/issues",
Expand Down

0 comments on commit 263dcbe

Please sign in to comment.