We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38aaa2a commit 5711638Copy full SHA for 5711638
CHANGELOG.md
@@ -12,6 +12,9 @@
12
`bool.and`.
13
- The `max` function in the `bool` module has been deprecated in favour of
14
`bool.or`.
15
+- Fixed a bug with `regex.split` where it could include `Nil` elements in the
16
+ returned list of strings on the JavaScript target when the expression to
17
+ split with included an optional match group which wasn't matched.
18
19
## v0.36.0 - 2024-02-26
20
0 commit comments