Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 913 Bytes

CHANGELOG.rst

File metadata and controls

33 lines (23 loc) · 913 Bytes

Changelog

2.0.2 (2024-05-23)

  • Included a py.typed file to indicate that the package is fully typed.

2.0.1 (2023-06-11)

  • Fix exception when mixing patterns with prematchers and without prematchers.

2.0.0 (2023-03-08)

Breaking change: Prematchers now support non-ASCII characters. This will render all custom prematchers potentially invalid. Please update your custom prematchers.

Other changes:

  • Add support for .fullmatch.
  • Add a prematcher profiler.
  • Up to 2x speedup in .search/.match/.fullmatch.

1.0.0 (2022-05-16)

Initial release.