Releases: plank/laravel-metable
Releases · plank/laravel-metable
5.2.0
- Added support for Laravel 9.0. (Thanks @LeoColomb)
- Meta are no longer purged when soft deleting
Metable
models.
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
- New schema migration: improved database indexing. See UPGRADING.md for details.
- Added config
meta.applyMigrations
. When set to false, migration paths will not be loaded from the package. Use this if you wish to override the default schema migrations provided with the package. - Added
setManyMeta()
to bulk insert/update multiple keys to a model. Requires Laravel 8.0+ for optimal performance. - Added
removeManyMeta()
to bulk delete multiple keys from a model - Fixed
removeMeta()
method causing an error if called with a non-existent key - Fixed a minor bug with
setMeta()
creating duplicates in the cached meta relation when updating a key.
4.1.0
4.0.0
- fixed support for Laravel 8.0 migration squashing
- Migration files are now loaded from the package itself instead of being published to the local /database/migrations directory. This may cause conflicts when upgrading, see UPGRADING.md for mitigation steps.