Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 671 Bytes

File metadata and controls

37 lines (30 loc) · 671 Bytes

1.2.0

  • Added recursive rule
  • Dropped support for Python 3.6 due to its End-of-Life
  • Added support for Python 3.11

1.1.2

  • Added support for Python 3.9 and 3.10

1.1.1

  • Added support for Python 3.7 and 3.8

1.1.0

  • Added optional accumulator tokens for unmatched characters

1.0.3

  • Added more examples and installation instructions to readme
  • Simplified pre-commit checks and added pydocstyle and doctest
  • Added continuous integration
  • Fixed a bug where rules were still applied after a match

1.0.2

  • Moved to github.com
  • Added py.typed to comply with mypy

1.0.1

  • Added usage to readme

1.0.0

  • Initial version