Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Nov 19, 2024
1 parent ee1b868 commit eb2975f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ Notice that nearly every feature below has at least subtle differences from Java
<td align="middle">✅</td>
<td>
● Currently supported only as a top-level flag<br>
POSIX <code>[[:word:]]</code> and <code>\p{Word}</code> are ASCII based<br>
✔ <code>\b</code> is ASCII based<br>
ASCII <code>[[:word:]]</code>, <code>\p{Word}</code><br>
ASCII <code>\b</code><br>
</td>
</tr>

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.4.1",
"version": "0.5.0",
"description": "Convert Oniguruma patterns to native JavaScript RegExp",
"author": "Steven Levithan",
"license": "MIT",
Expand Down

0 comments on commit eb2975f

Please sign in to comment.