v2.9.0: Auth + Laravel 11
github-actions
released this
12 Mar 20:54
·
96 commits
to refs/heads/master
since this release
One of the biggest releases of the package 🚀
What’s Changed
Features
- Dynamic analysis for Auth calls (#326) @alies-dev
- Add Laravel 11 support (#364) @asbiin
- Support template syntax for
Model::query()
call results (#345) @alies-dev
Fixes
- Fix tests for path helpers (#352) @alies-dev
- Add missing @throws to
\Eloquent\Builder::findOrFail()
(#351) @alies-dev - Correct the setup steps (#341) @ctf0
Internal changes
- Run test suite with PHP 8.3 (#355) @Nielsvanpach
- Stubs for Eloquent Builder: Use
$this
instead ofself<TModel>
(#339) @alies-dev - Define missing Laravel app constants when instantiate Laravel app (#338) @alies-dev
- Improve testing experience, do not override
composer check
command (#337) @alies-dev - Reorganize tests files (#336) @alies-dev
- Bump release-drafter/release-drafter from 5 to 6 (#363) @dependabot
- Bump actions/checkout from 3 to 4 (#348) @dependabot
Full Changelog: v2.8.0...v2.9.0