Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@biagiodistefano biagiodistefano released this 04 Apr 14:57
· 43 commits to master since this release

Breaking changes.

  • better type hinting
  • full documentation
  • Engine class renamed to Replus
  • Match and Group classes:
    • .start -> .start(group: str = None, rep_index: int = 0)
    • .end -> .end(group: str = None, rep_index: int = 0)
    • .span -> .span(group: str = None, rep_index: int = 0)

The pattern templates' files must have a $PATTERN keyword instead of the old pattern

Full Changelog: 0.1.0...0.2.0