Releases: plank/laravel-metable
Releases · plank/laravel-metable
2.0.1
- joinMetaTable function now uses getMorphClass for Metable trait to assist with single table inheritance (Thanks @mbryne!)
2.0.0
- Added support for Laravel 6.0
- Minimum requirements updated to PHP 7.2 and Laravel 5.6
- Added some additional parameter and return type hints
1.1.0
- Added
whereDoesntHaveMeta()
query scope (Thanks @tormjens!)
1.0.4
- Added Laravel 5.5 package autodiscovery
- Meta keys are now correctly case sensitive throughout the package (Thanks @Luukvdo!)
- Fixed some PHPDoc typehints (Thanks @Luukvdo!)
1.0.3
- Fixed some compatibility bugs with MySQL
1.0.2
- Removed illegal default from value column in migration
1.0.1
- Added Laravel 5.4 compatibility