Skip to content

Releases: Parquery/lexery

lexery 1.2.0

23 May 21:27
0eac214

Choose a tag to compare

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

lexery 1.1.2

03 Apr 08:13
367b688

Choose a tag to compare

  • Added support for Python 3.9 and 3.10

lexery 1.1.1

10 Oct 18:24
d5a0c41

Choose a tag to compare

  • Added support for Python 3.7 and 3.8

lexery 1.1.0

27 Aug 16:17
e376364

Choose a tag to compare

  • Added optional accumulator tokens for unmatched characters

lexery 1.0.3

27 Aug 15:30
e3bb6fa

Choose a tag to compare

  • 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

lexery 1.0.2

03 Aug 15:24
1901607

Choose a tag to compare

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