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
1
or0
fromgetFieldValues()
instead of beingnull
when unchecked