Skip to content

Commit 9e1c194

Browse files
committed
v4.3.3
1 parent 19b8ad3 commit 9e1c194

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

CHANGELOG.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
## Unreleased changes
22

3-
### 🚀 Features
4-
5-
- When an invalid regex throws, always include the generated source in the error message (some browsers automatically include it, but Firefox and Safari don't).
6-
7-
### 🐞 Fixes
8-
9-
- Convert numbers interpolated in enclosed `\u{…}` to hexadecimal. In other words, although `` regex`\u{${'160'}}` `` (string interpolated) returns `/\u{160}/`, `` regex`\u{${160}}` `` (number interpolated) now returns `/\u{A0}/`. (#24, @graphemecluster)
3+
-
104

115
## Released changes
126

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ With the `regex` library, JavaScript steps up as one of the best regex flavors a
4343
- [Interpolation principles](#interpolation-principles)
4444
- [Interpolation contexts](#interpolation-contexts)
4545
- [Options](#-options)
46+
- [Returning a string](#returning-a-string)
4647
- [Performance](#-performance)
4748
- [Compatibility](#-compatibility)
4849
- [FAQ](#-faq)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "regex",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "Regex template tag with extended syntax, context-aware interpolation, and always-on best practices",
55
"author": "Steven Levithan",
66
"license": "MIT",

0 commit comments

Comments
 (0)