Skip to content

Tags: laraveloper/form

Tags

v0.7.2

Toggle v0.7.2's commit message
Merge pull request adamwathan#54 from bmullican/add_patch_method

Added patch method and test

v0.7.1

Toggle v0.7.1's commit message
Add getAttribute method to base Element, remove type method

v0.7.0

Toggle v0.7.0's commit message
Merge pull request adamwathan#47 from JerseyMilker/select-multiple

New method for setting multiple on selects.

v0.6.1

Toggle v0.6.1's commit message
Properly escape old input and bound values, resolves adamwathan#48

v0.6.0

Toggle v0.6.0's commit message
Add code coverage banner

v0.5.2

Toggle v0.5.2's commit message
Merge pull request adamwathan#45 from moura137/valuefor

Change function getValueFor for access public

v0.5.1

Toggle v0.5.1's commit message
Don't use strict in_array checking

Fixing regression that wasn't tested.

PHP casts all array keys that look like numbers into integers, and
won't allow them to remain strings no matter what, so have to do weak
checking.

PHP is the worst.

v0.5.0

Toggle v0.5.0's commit message
Merge pull request adamwathan#38 from adamwathan/sdb-array-errors

Start supporting array errors

v0.4.0

Toggle v0.4.0's commit message
Update docs to reflect 0.4.0 changes

v0.3.2

Toggle v0.3.2's commit message
Merge pull request adamwathan#20 from sdebacker/master

Fixes bug adamwathan#19