All notable changes to this bundle will be documented in this file.
- Support for Doctrine ORM 3.*
- Changed: Timezonify service now refers to the attribute of entity properties instead of relying to the properties class
- New: HexadecimalIdGenerator generates random hexadecimal id for entities
- New: Timezonify service auto-converts datetime from UTC inside the database into a particular timezone inside entities
- Support for Symfony 7 and PHP 8.2
- Fix: Request body conversion failed if non-image file is submitted to an ImageWrapper property of a RequestBody subclass
- New: TimestampIdGenerator and TimestampIdEntityTrait that simplify using timestamp string (e.g. 20230101123456789012) as the primary key of an entity
- First release version