Releases: hschletz/formotron
Releases · hschletz/formotron
0.6
This release only updates dependencies to fix a vulnerability in PHPUnit. Formotron does not use the vulnerable function. The update will keep security checkers happy.
Full Changelog: release-0.5...release-0.6
0.5
- Drop support for PHP 8.1
- Add support for PHP 8.5
- Validators can now throw a
Formotron\ValidationErrorto continue validation of other properties. See "Collecting validation failures for all properties".
Full Changelog: release-0.4...release-0.5
0.4
- Add
PostProcessattribute, see "Postprocessing the data object".
Full Changelog: release-0.3...release-0.4
0.3
- Add
Ignoreattribute, see "Ignoring properties". - Add
MapKeysattribute, see "Using different names for keys and properties".
Full Changelog: release-0.2...release-0.3
0.2
BC break: Validators are no longer invoked for null values on typed properties. See "Validation of null values" for an explanation.
Full Changelog: release-0.1...release-0.2
0.1
First release, API may still change.