From d147190981b809db293124aa0a050610b5bb1872 Mon Sep 17 00:00:00 2001 From: Steven Levithan Date: Fri, 27 Dec 2024 03:19:56 +0100 Subject: [PATCH] v0.9.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d01ff1..5ec6419 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/package.json b/package.json index 3c43eed..d9b00b2 100644 --- a/package.json +++ b/package.json @@ -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",