Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 08:52
· 11 commits to main since this release

Feature

  • ✨ Change CaseResult to support matches, failed match, and maybe matches (577f9a1)

Breaking

  • CaseResult is now a dataclass instead of a tuple, use the helpers or the constructor to create instances (577f9a1)

Documentation

  • 📝 Add missing documentation for the types module (6702939)
  • 📝 Improve generated API documentation format (d822f16)
  • 📝 Automatically generate API documentation from Python docstrings using Sphinx (e7a7c6c)