- Added full support for PHP 8.4 including dependencies.
- Allowed for
digital-craftsman/self-aware-normalizers:^0.2.0
.
- Replaced own normalizers and doctrine types with the
digital-craftsman/self-aware-normalizers
package.
- Fixed
FloatNormalizableType
that expected afloat
but will receive astring
from the database instead.
- Change name of parameter for denormalize method to
$data
.
- Initial release