Skip to content

1.1.0

Compare
Choose a tag to compare
@kerrykimbrough kerrykimbrough released this 23 Jul 20:23
· 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).