Releases: robinvdvleuten/php-ulid
Releases · robinvdvleuten/php-ulid
v5.0.0
Major Changes
Minor Changes
Credits
Huge thanks to @bepsvpt for helping!
v4.1.0
Minor Changes
- Add checks to detect invalid characters: #21
- Add fromTimestamp: #25
Credits
Huge thanks to @hvt and @tkrtmy for helping!
v4.0.2
- Use case-insensitive character lookup when decoding time: 637ca08
v4.0.1
- Use milliseconds intead of seconds when generating ULIDs: 28dfc92
v4.0.0
- 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
- 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
- Output in uppercase by default: #4
- Small changes to make PHP5.5+ compatible: #5
v1.1.0
- Simple static method to create instance from ulid string: 467e288
- Use same calculation as origin library: 9cb26f8