v0.1.1
- 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.