Skip to content

Releases: hschletz/formotron

0.6

13 Feb 20:01

Choose a tag to compare

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

05 Jan 18:29

Choose a tag to compare

0.5
  • Drop support for PHP 8.1
  • Add support for PHP 8.5
  • Validators can now throw a Formotron\ValidationError to continue validation of other properties. See "Collecting validation failures for all properties".

Full Changelog: release-0.4...release-0.5

0.4

16 Nov 13:14

Choose a tag to compare

0.4
  • Add PostProcess attribute, see "Postprocessing the data object".

Full Changelog: release-0.3...release-0.4

0.3

03 Oct 15:31

Choose a tag to compare

0.3
  • Add Ignore attribute, see "Ignoring properties".
  • Add MapKeys attribute, see "Using different names for keys and properties".

Full Changelog: release-0.2...release-0.3

0.2

01 Sep 18:51

Choose a tag to compare

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

23 Aug 08:36

Choose a tag to compare

0.1

First release, API may still change.