Releases: verbanent/eloquent-binary-uuid
Releases · verbanent/eloquent-binary-uuid
v1.10.0
13 Jan 19:44
Compare
Sorry, something went wrong.
No results found
Add a publishable config file to define the default UUID column.
Support BINARY_UUID_DEFAULT_COLUMN for the global default UUID column name.
Merge package config on register and keep per‑model $uuidColumn override.
v1.9.0
12 Jan 23:35
Compare
Sorry, something went wrong.
No results found
Added Laravel 11 and 12 compatibility.
Fixed MySQL schema grammar instantiation on Laravel 12 while keeping legacy behaviour.
Maintenance: improved test coverage and SonarCloud/coverage integration.
No breaking changes expected.
v1.8.1
14 Feb 20:18
Compare
Sorry, something went wrong.
No results found
v1.8.0
22 Nov 23:09
Compare
Sorry, something went wrong.
No results found
Added Laravel 9 to composer.json
v1.7.2
04 Jan 20:45
Compare
Sorry, something went wrong.
No results found
v1.7.1
04 Jan 02:00
Compare
Sorry, something went wrong.
No results found
Merge pull request #12 from verbanent/update/readme
Updated README.md file
v1.7.0
04 Jan 01:17
Compare
Sorry, something went wrong.
No results found
Allowed custom column name for primary key (including default primary key column id).
v1.6.0
04 Aug 00:16
Compare
Sorry, something went wrong.
No results found
Added support for PHP 8.0.
v1.5.6
03 Aug 23:53
Compare
Sorry, something went wrong.
No results found
Added Docker config files.
v1.5.5
03 Aug 23:27
Compare
Sorry, something went wrong.
No results found
Upgraded laravel/framework to version 6.20.26 or later.