UUID v3.0.0-beta1 Release Notes

Release Date: 2015-08-31 // over 8 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improve GUID support to ensure that:
      • On little endian (LE) architectures, the byte order of the first three fields is LE
      • On big endian (BE) architectures, it is the same as a GUID
      • String representation is always the same
    • ๐Ÿ›  Fix exception message for DegradedNumberConverter::fromHex()