Skip to content

Better support typed properties

Compare
Choose a tag to compare
@iquito iquito released this 25 Nov 14:25
· 11 commits to master since this release

Upgrades the underlying squirrelphp/strings component. This
removes compatibility to diverging property paths defined
in the form, we now only support direct properties which are
mapped 1:1 in the form.

Note that if filter annotations are used without direct mappings,
this might lead to errors and/or not work anymore.

The PHP 8 support is preliminary, as it was not tested yet.