Laravel 11+ is required now
Removed withoutCurrent, withoutHistory and joinLatest scopes in favor of current (or onlyCurrent) and history (or onlyHistory) scopes.
The onlyCurrent scope can no longer be used on any of the meta relations, but you can still use it on the Meta model directly, like Meta::onlyCurrent().
feat: change the way meta models are related
MetaBuilder and LatestMetaRelation for advanced meta querying with window functions.allMeta, meta, publishedMeta, plannedMeta, and historicMeta relationships to use the new relation logic.style: reformat code
docs: add upgrade note
fix: only select id in relation query
feat: remove support for Laravel 9 and 10
test: use random values in meta factory
test: make sure meta factory keys are unique
ci: update workflows and change changelog management
fix: use database grammer to wrap column names
ci: add tests for mysql and pgsql drivers
style: fix types
ci: update test workflow
fix: use different name for window function id aggregate
test: add compatibility fixes for unique id tests in postgresql
fix: change testing workflow
test: remove outdated test comparsions
Experimental release
Experimental release
How can I help you explore Laravel packages today?