Skip to content

Releases: Zephyrkul/renum

v0.0.1b1

14 Apr 20:45
35deb6f
Compare
Choose a tag to compare
v0.0.1b1 Pre-release
Pre-release
  • bump minimum Python to 3.9
    • renum never actually supported <3.9
  • move classmethods to RenumType
  • add __getattr__ passthroughs
    • RenumType -> regex.Pattern
    • renum -> regex.Match
    • renum.pyi mocks inheritance to typecheck properly

Full Changelog: 0.0.1b0...0.0.1b1

v0.0.1b0

12 Apr 06:01
9561bf2
Compare
Choose a tag to compare
v0.0.1b0 Pre-release
Pre-release
  • Swapped to regex
  • Moved .pattern to metaclass
  • Exported metaclass as RenumType

Full Changelog: 0.0.1a1...0.0.1b0

v0.0.1a1

11 Apr 22:58
ce75208
Compare
Choose a tag to compare
v0.0.1a1 Pre-release
Pre-release

Makes renum instances object-based rather than str-based

Full Changelog: 0.0.1a...0.0.1a1

v0.0.1a0

11 Apr 21:04
302ad8a
Compare
Choose a tag to compare
v0.0.1a0 Pre-release
Pre-release

initial alpha release