1.50
- Laravel 9 support
- Collection items models are kept during validation and after errors (instead of everything turning into arrays)
- Configurable help block tag (default
<p>) - Don't validate and return disabled fields
- Checkbox fields are forced into
1or0fromgetFieldValues()instead of beingnullwhen unchecked