Releases: spatie/laravel-binary-uuid
Releases · spatie/laravel-binary-uuid
1.3.0
- add eloquent-ness support
1.2.2
- add support for Laravel 5.7
1.2.1
- Fix broken SQLite grammar (#58)
1.2.0
- Configurable UUID attribute names (#49)
1.1.7
- Extra isset check on present key when serializing a model (#47)
1.1.6
- Prevent decoding the uuid when the model does not exist (#40).
- Bump minimum PHP version to 7.1 to support nullable type hints.
1.1.5
- Better support for route binding #36.
- Deprecate the
HasUuidPrimaryKey
trait, as its functionality is moved to HasBinaryUuid
.
1.1.3
- remove dependency om
laravel/framework
and add dependency on laravel/queue
1.1.2
Support for table prefixes.