Skip to content

v0.1.1

Choose a tag to compare

@jpmanson jpmanson released this 17 Feb 11:22
· 10 commits to main since this release
  • Refactor code structure for improved readability and maintainability
  • Support for Python 3.9+
  • Custom field type registry: Allow registering custom field types without modifying the hardcoded Union in Form.content. Provide a register_field_type() API.