--------------------
Added
^^^^^
- New functionality to define steps for a field to have more control over the
order of the validation and filtering process.
- Documentary
Filter
""""""
- New ``Base64ImageDownscaleFilter`` to reduce the size of an image.
- New ``Base64ImageResizeFilter`` to reduce the file size of an image.
Validator
"""""""""
- New ``IsHorizontalImageValidator`` to check if an image is horizontal.
- New ``IsVerticalImageValidator`` to check if an image is vertical.
Changed
^^^^^^^
- Added ``UnicodeFormEnum`` to show possible config values for ``ToNormalizedUnicodeFilter``.
Old config is still supported, but will be removed in a later version.