Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Dec 27, 2024
1 parent 6a56d32 commit d147190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Using default `accuracy` adds support for the following features, depending on `
Disables advanced emulation that relies on returning a `RegExp` subclass. In cases when a subclass would otherwise have been used, this results in one of the following:

- An error is thrown for certain patterns that are not emulatable without a subclass.
- When the regex can still be emulated accurately, *subpattern* match details (accessed via properties of match objects returned when using the regex) might differ from Oniguruma.
- When the regex can still be emulated accurately, *subpattern* match details (accessed via properties of match results when using the regex) might differ from Oniguruma.

### `flags`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oniguruma-to-es",
"version": "0.8.1",
"version": "0.9.0",
"description": "Convert Oniguruma patterns to native JavaScript RegExp",
"author": "Steven Levithan",
"license": "MIT",
Expand Down

0 comments on commit d147190

Please sign in to comment.