Skip to content

Releases: ramsey/uuid

2.1.0

28 Jul 16:25
Compare
Choose a tag to compare

Added

  • Allow checking the validity of a UUID through the Uuid::isValid() method

2.0.0

28 Jul 16:26
Compare
Choose a tag to compare

Added

  • Support UUID generation on 32-bit platforms

Changed

  • Mark Uuid class final
  • Require moontoast/math on 64-bit platforms for
    Uuid::getLeastSignificantBits() and Uuid::getMostSignificantBits(); the
    integers returned by these methods are unsigned 64-bit integers and
    unsupported even on 64-bit builds of PHP
  • Move UnsupportedOperationException to the Exception subnamespace

1.1.2

28 Jul 16:26
Compare
Choose a tag to compare

Fixed

1.1.1

28 Jul 16:26
Compare
Choose a tag to compare

Fixed

  • Remove final keyword from Uuid class

1.1.0

28 Jul 16:27
Compare
Choose a tag to compare

Added

  • Support ramsey/uuid UUIDs as a Doctrine Database Abstraction Layer (DBAL)
    field mapping type

1.0.0

28 Jul 16:27
Compare
Choose a tag to compare

Initial release.

Added

  • Support generation of version 1, 3, 4, and 5 UUIDs