{{ message }}
Releases: validformbuilder/validformbuilder
Releases · validformbuilder/validformbuilder
Improve documentation and add support for /u flag
v5.3.2 fix: remove incorrect version from composer
Add new min and max value validation for numeric fields
v5.3.0 Add support for min and max value validation
Add getLastFieldset method and internal reference to the base form
refactor: add getLastFieldset method to ValidForm Also adds the ValidForm object to child elements using the “parent” meta.
Add new validation rule for select, radio buttons and checkboxes
The new "onlyListItems" validation rule with matching "onlyListItemsError" an be used to check the input value against all provided list item values. List items are used in Select fields, Radio buttons and Checkboxes.
First PHP 8 compatible version
v5.0.0 refactor: support for version8
Overly eager preparation fix for PHP 8.1
v4.8.1 refactor: fix overly eager preparation for PHP 8.1
Preparations for PHP 8
v4.8.0 refactor: update PHP requirement to v7.3
Adds "external validation" support
External validation is supported on the PHP side using a callable and on the Javascript side using a global accessible method.
Minor improvement for override errors
All possible cases are now handled
Bug fix release
Merge pull request #140 from flangfeldt/master Fix a bug in toHtml for dynamic Areas
