This repository has been archived by the owner on Feb 26, 2018. It is now read-only.
Releases: adamwathan/form
Releases · adamwathan/form
v0.9.0
v0.8.13
- Add reset helper
- Protect against an additional XSS attack possible with select boxes
v0.8.12
- Use
token
instead ofgetToken
for Laravel 5.4 compatibility
v0.8.11
- Add conditional support to boolean attributes
- Update service provider for Laravel 5.4 compatibility
v0.8.10
- Add DateTimeLocal support
v0.8.9
Fix issue where bound objects with numeric array properties would trigger an error
v0.8.8
- Make raw
$data
accessible in BoundObject
v0.8.7
- Tweak an implementation detail that used
array_keys
that was a potentially breaking change for anyone who might have used collection objects in some cases instead of plain arrays. This release "fixes" that so nobody gets an unexpected error if they update the patch release.
v0.8.6
- Fix regression introduce in v0.8.5 where binding an array that was lacking a key the form needed would trigger an error instead of just returning the default value
v0.8.5
- Add support for retrieving nested data from bound objects