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 54d9ecc commit f080b19Copy full SHA for f080b19
CHANGELOG.md
@@ -1,6 +1,7 @@
1
v0.21.0
2
==================
3
4
+* Deprecated all of the APIs (except the macro one)
5
* New API (issue #111)
6
* Removed the "capture all group/submatch repetitions" feature.
7
Only the last group repetition is captured.
regex.nimble
@@ -1,6 +1,6 @@
# Package
-version = "0.20.2"
+version = "0.21.0"
author = "Esteban Castro Borsani (@nitely)"
description = "Linear time regex matching"
license = "MIT"
0 commit comments