0.0.6
Added¶
- Action decorators now capture a field_type, enabling richer, type-aware rendering in the Zelos App without custom widgets.
- Action parameters default to required=True, surfacing missing inputs during validation instead of at execution time.
Improved¶
- Updated examples and tests to exercise the stricter defaults so extension authors can adopt the new metadata with confidence.