All notable changes to laravel-binary-uuid
will be documented in this file
- add eloquent-ness support
- add support for Laravel 5.7
- Fix broken SQLite grammar (#58)
- Configurable UUID attribute names (#49)
- Extra isset check on present key when serializing a model (#47)
- Prevent decoding the uuid when the model does not exist (#40).
- Bump minimum PHP version to 7.1 to support nullable type hints.
- Better support for route binding #36.
- Deprecate the
HasUuidPrimaryKey
trait, as its functionality is moved toHasBinaryUuid
.
- Support Laravel 5.6
- Temporary remove
doctrine/dbal
support, so the benchmarks can't be run anymore.
- remove dependency om
laravel/framework
and add dependency onlaravel/queue
- add table prefix support
- add
getRouteKey
method
- fix constraints
- refactor to make use of
OrderedTimeCodec
- initial release