Releases: fumeapp/humble
Releases · fumeapp/humble
Support Laravel 11
Full Changelog: v3.1.1...v3.2.0
v3.1.1
What's Changed
- Remove verbose flag and fix GH test actions by @tcampbPPU in #7
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Add PHP 82 to Test by @tcampbPPU in #5
- Update to Laravel 10 by @tcampbPPU in #6
Full Changelog: v3.0.0...v3.1.0
Session-specific abilities
You can now create tokens with specific abilities:
$user->createToken('action', ['write'])
And then
auth()->user()->tokenCan('write')
auth()->session()->can('write')
$user()->tokenCan('write')
$request->user()->tokenCan('write')
For this feature in detail please read https://github.com/fumeapp/humble#usage
Made device() accessable - pass an optional UserAgent
- device() was moved from the Session model to the HumbleGuard, and then used in the model
- pass an optional User Agent to device() if you don't want it to parse the current delivered one
- Added a bunch of return types
Laravel V9 support
Laravel V9 support
What's Changed
- Update HumbleGuard.php from duplicate conditional by @tcampbPPU in #1
New Contributors
- @tcampbPPU made their first contribution in #1
Full Changelog: v2.1.3...v2.1.4
parser update
v2.1.3 ⬆️ deps update
fix initial access bug
v2.1.2 ✨ cast to null to allow access beforehand
deps update
v2.1.1 ⬆️ general deps update
strict typing
required for other packages being built, php8 only.