Releases: ramsey/uuid
Releases · ramsey/uuid
2.1.0
2.0.0
Added
- Support UUID generation on 32-bit platforms
Changed
- Mark
Uuid
classfinal
- Require moontoast/math on 64-bit platforms for
Uuid::getLeastSignificantBits()
andUuid::getMostSignificantBits()
; the
integers returned by these methods are unsigned 64-bit integers and
unsupported even on 64-bit builds of PHP - Move
UnsupportedOperationException
to theException
subnamespace
1.1.2
Fixed
- Relax Doctrine field type conversion rules for UUIDs