UUID v2.0.0 Release Notes

Release Date: 2013-02-11 // about 11 years ago
  • โž• 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