1.1.0
·
33 commits
to master
since this release
Changes in this release:
-
Fixes a problem parsing regular expressions with named character classes like
\d
,\S
, etc. -
Enhancements to the generation algorithm that improve the range of generated matches.
-
Parser
: Adds support for generating either "exact" or "substring" matches (the default).