1.12.0
What's Changed
- Added
min,max,sum,avg, andaverageaggregate methods, skipping null and non-numeric values like SQL aggregates skip NULL - Added route model binding so
{model}and{model:field}resolve the matching record; scoped child bindings now throwUnsupportedRouteBindingException - Added Laravel Boost skill
laravel-paper-developmentto give AI agents Paper-specific guidance - Optimized queries to read each content file's modification time once instead of twice
- Fixed multi-column
orderByto treat the first column as primary and later columns as tiebreakers, matching Eloquent - Fixed queries returning a duplicate record when one slug exists under multiple driver extensions
- Fixed
whereInandwhereNotInto compare loosely likewhere, so'1'matches an integer1read from frontmatter
Dependencies
- Bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the github-actions group by @dependabot[bot] in #3
New Contributors
- @dependabot[bot] made their first contribution in #3
Full Changelog: 1.11.0...1.12.0