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

Releases: adamwathan/form

v0.8.4

24 Mar 23:01
Compare
Choose a tag to compare
  • Make some private properties protected to make it easier for people to do bad things 👌

v0.8.3

23 Mar 20:14
Compare
Choose a tag to compare
  • Add readonly helper on elements
  • Convert project to PSR-2
  • Fix bug where some form fields would get double transformed

v0.8.2

19 Feb 21:51
Compare
Choose a tag to compare
  • Fixes regression where defaultToChecked started to take precedence over old input or model binding values

v0.8.1

19 Feb 20:35
Compare
Choose a tag to compare
  • Allow passing arrays into data() calls
  • Better handling of old input and model bindings with arrays and checkboxes/radios

v0.8.0

10 Oct 13:53
Compare
Choose a tag to compare
  • Don't automatically render CSRF tags for GET forms

v0.7.2

07 Aug 18:49
Compare
Choose a tag to compare

Add out of the box support for PATCH forms

v0.7.1

10 Jun 20:22
Compare
Choose a tag to compare
  • Add getAttribute method

v0.7.0

30 May 02:13
Compare
Choose a tag to compare
  • Better support for multiselect dropdowns

v0.6.1

23 May 14:49
Compare
Choose a tag to compare
  • Resolves an XSS vulnerability, see #48

v0.6.0

30 Apr 18:05
Compare
Choose a tag to compare
  • Render CSRF token by default when opening form