Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Releases: vend/mysql-uuid

2.0.0

15 Jun 03:44
08ae078
Compare
Choose a tag to compare

BC Break:

Updated the regular expression in MysqlUuid\Formats\PlainString::isValid($value) to assert start and end of the UUID string respectively (^/$).

PHP7 Compability

26 Jan 03:57
Compare
Choose a tag to compare

BC Break:

MysqlUuid\Formats\String class renamed to MysqlUuid\Formats\PlainString due to string being a reserved word in PHP7