This release introduces:
- Add the ability to easily extend the
Idclass to create custom value object per entity (likeProductId,CustomerId, etc). - Introduce the
IdInterface. - Add support to Symfony Serializer with a Normalizer/Denormalizer class.
- Adds
FreezesUuidTraitto help on tests. - README: fix typo on the configuration section + add examples for the new features.
- improve some unit tests.