Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Releases: adamwathan/form

v0.9.0

07 Jul 16:16
Compare
Choose a tag to compare
  • Don't escape label contents automatically, user should do that themselves

v0.8.13

27 Jun 11:55
Compare
Choose a tag to compare
  • Add reset helper
  • Protect against an additional XSS attack possible with select boxes

v0.8.12

31 Jan 13:18
Compare
Choose a tag to compare
  • Use token instead of getToken for Laravel 5.4 compatibility

v0.8.11

19 Jan 14:46
Compare
Choose a tag to compare
  • Add conditional support to boolean attributes
  • Update service provider for Laravel 5.4 compatibility

v0.8.10

20 Sep 14:38
Compare
Choose a tag to compare
  • Add DateTimeLocal support

v0.8.9

10 May 01:12
Compare
Choose a tag to compare

Fix issue where bound objects with numeric array properties would trigger an error

v0.8.8

07 Apr 11:50
Compare
Choose a tag to compare
  • Make raw $data accessible in BoundObject

v0.8.7

28 Mar 16:43
Compare
Choose a tag to compare
  • 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

25 Mar 19:17
Compare
Choose a tag to compare
  • 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

25 Mar 18:50
Compare
Choose a tag to compare
  • Add support for retrieving nested data from bound objects