Skip to content

Crossandra 2.1.0

Compare
Choose a tag to compare
@trag1c trag1c released this 01 May 17:26
· 9 commits to main since this release
811478d

This release should also include mypyc wheels for Python 3.12 on PyPI.

Added

  • Rule objects now accept re.Pattern for pattern
  • Improved typing for Rule.__eq__, Rule.__or__, and RuleGroup.__or__
  • Rule objects can now be unioned with RuleGroups

Fixed

  • The common.NUMBER and common.SIGNED_NUMBER rule groups now correctly prioritize floats over integers