Skip to content

Releases: jop-software/doctrine-uuid-generators

Version 2.0.0

04 Mar 20:24
1da3996
Compare
Choose a tag to compare

Version 2.0.0

Warning

Breaking Change
This release contains a breaking change. It no longer supports PHP 8.0 and doctrine/orm 2.

What's Changed

  • !task: support doctrine/orm 3 by @cngJo in #16

Full Changelog: v1.2.0...v2.0.0

Version 1.2.0

04 Dec 18:58
1472849
Compare
Choose a tag to compare

What's Changed

  • Support for Ulids (UUIDv7) by @cngJo in #5
  • Run CI with PHP 8.2 by @cngJo in #7
  • chore: update phpunit to version 10 by @cngJo in #8
  • task: automigrate phpunit configuration by @cngJo in #13
  • task: support symfony 7 by @cngJo in #12
  • task: test with PHP8.3 and lowest dependencies by @cngJo in #14

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

15 Aug 08:19
2684ffe
Compare
Choose a tag to compare

Feature Release 1.1.0 🚀

  • Support for Symfony 6

What's Changed

  • feat: declare support for symfony 6 by @cngJo in #4

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

14 Aug 18:36
00894ea
Compare
Choose a tag to compare

Initial Release 🚀

Let doctrine auto-generate uuids for your entities.

Features

  • UUIDV1 Generation
  • UUIDV4 Generation
  • UUIDV6 Generation