Releases: lorenzofelletti/pyregex
Releases · lorenzofelletti/pyregex
v0.3.1
v0.3.0
Changelog:
- fixed backtracking in presence of nested quantifiers
- fixed the OrNode behavior
Full Changelog: v0.2.4...v0.3.0
v0.2.4
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Changelog:
- Fixed infinite loop bug if continue_after_match is True in #15
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
Changelog:
- Development in #13, users can now choose to search for matches ignoring the case
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changelog:
- group names now starts from 0
- the group_id is introduced in GroupNode
- OrNode children now have the same group_name and group_id
- sphinx documentation
Full Changelog: v0.1.7...v0.2.0
v0.1.7
Changelog:
- groups now have by default a name of the form "Group x" where x is the group number, starting from 1
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Changelog:
- Fixed bugs in returned matches
- Improved documentation and type hinting
Full Changelog: https://github.com/lorenzofelletti/pyregex/commits/v0.1.6