All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.0 - 2023-03-07
py.typed
- more very explicit typehints
1.2.4 - 2022-12-10
- Speed improvements (up to 5x faster for pure Python wheels & up to 30% faster for mypyc-compiled wheels)
Big thanks to @CircuitSacul for implementing the faster algorithm! ❤️
1.2.3 - 2022-11-22
- Crossandra now builds correctly for Python 3.10+ (big thanks to @Lunarmagpie for fixing that)
1.2.2 - 2022-11-18
- Fixed
Ignored
objects being included in the output
1.2.1 - 2022-11-18
- Made
Rule
a regular class to comply with mypyc
1.2.0 - 2022-11-18
- Building with
mypyc
Rule.converter
is now of typeCallable | bool
and defaults toTrue
- Rule converters can now return
None
1.1.0 - 2022-11-17
- Included
CrossandraError
in__all__
- RegEx flag support for
Rule
1.0.0 - 2022-11-17
Initial release 🎉