Skip to content

Releases: xthiago/id-value-object

1.1.0

19 Jun 04:10
Compare
Choose a tag to compare

This release introduces:

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