- Included a py.typed file to indicate that the package is fully typed.
- Fix exception when mixing patterns with prematchers and without prematchers.
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
.
Initial release.