Skip to content

Releases: hell-sh/php-uuid

v1.1.3

12 Nov 10:45
Compare
Choose a tag to compare
  • Fixed the implementation of the v5 method
  • Removed PHP 5 incompatible code

v1.0.1

12 Nov 10:45
Compare
Choose a tag to compare
  • Fixed the implementation of the v5 method
  • Removed PHP 5 incompatible code

v1.2

11 Nov 22:08
Compare
Choose a tag to compare
  • Added getNullUuid(), getDnsNamespace(), getUrlNamespace(), and v3($str, ?UUID $namespace = null) methods
  • Updated PHP version to ^7.1
  • Fixed the implementation of the v5 method

v1.1

11 Nov 22:04
Compare
Choose a tag to compare
  • Added UUID::hashCode() method

v1.0

11 Nov 22:02
Compare
Choose a tag to compare

Initial release with the \hellsh\UUID class featuring v4(), v5($str, UUID $namespace = null) (incorrect implementation), and toString($withDashes = false).