Skip to content

Releases: robinvdvleuten/php-ulid

v5.0.0

06 Dec 19:28
Compare
Choose a tag to compare

Major Changes

  • Drop support for PHP 7.1: 5389c9a

Minor Changes

  • Support PHP 8.0: #28

Credits

Huge thanks to @bepsvpt for helping!

v4.1.0

25 Jun 17:51
Compare
Choose a tag to compare

Minor Changes

  • Add checks to detect invalid characters: #21
  • Add fromTimestamp: #25

Credits

Huge thanks to @hvt and @tkrtmy for helping!

v4.0.2

25 Jun 17:48
Compare
Choose a tag to compare
  • Use case-insensitive character lookup when decoding time: 637ca08

v4.0.1

25 Jun 17:48
Compare
Choose a tag to compare
  • Use milliseconds intead of seconds when generating ULIDs: 28dfc92

v4.0.0

27 Jun 08:31
Compare
Choose a tag to compare
  • ULID instance can be converted to timestamp: e858e3e
  • Throw exception when ULID string is invalid: 8018f5f
  • Use canonical URL for ulid/javascript: #15
  • Use typecast instead of intval: #14

v3.0.0

20 Jan 15:07
Compare
Choose a tag to compare
  • Dropped support for PHP 7.0 and lower: b6d6512
  • Exploit PHP 7.1 features: #7
  • Test repo with PHP 7.3: #13
  • Update $lastGenTime when generating ULID: 84eb606

v2.0.0

30 Oct 14:43
Compare
Choose a tag to compare
  • Output in uppercase by default: #4
  • Small changes to make PHP5.5+ compatible: #5

v1.1.0

04 Sep 07:20
Compare
Choose a tag to compare
  • Simple static method to create instance from ulid string: 467e288
  • Use same calculation as origin library: 9cb26f8

v1.0.0

13 Jul 09:46
Compare
Choose a tag to compare
  • initial release