Releases: goldspecdigital/laravel-eloquent-uuid
Releases · goldspecdigital/laravel-eloquent-uuid
v6.0.4
Changed
- Removed unnecessary paths form composer scripts.
v6.0.3
Changed
- Laravel dependency constraint now allows any minor version for Laravel
v6.x
.
v6.0.2
Fixed
- Dev dependencies moved into
require-dev
section.
v6.0.1
Fixed
- Fixed
README.md
installation instructions. - Removed PHP 7.1 from the Travis CI build matrix.
v6.0.0
Changed
- Added support for Laravel v6.0.
v1.1.0
Added
- Can now use
v1
orv4
UUIDs with an out of the box installation. - Can specify custom logic for generating the UUIDs.
v1.0.1
Fixed
- Typo in
README.md
. - Description in
composer.json
.
v1.0.0
First release 🎉🚀
This marks the first production ready release!