Skip to content

Releases: fumeapp/humble

Support Laravel 11

25 Apr 06:02
Compare
Choose a tag to compare

v3.1.1

27 Mar 20:26
79a47ed
Compare
Choose a tag to compare

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

14 Feb 18:40
ac1dc0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

Session-specific abilities

04 Aug 05:28
2b4c7b7
Compare
Choose a tag to compare

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

07 May 02:15
Compare
Choose a tag to compare
  • 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

09 Feb 13:08
Compare
Choose a tag to compare

Laravel V9 support

What's Changed

  • Update HumbleGuard.php from duplicate conditional by @tcampbPPU in #1

New Contributors

Full Changelog: v2.1.3...v2.1.4

parser update

09 Nov 01:34
Compare
Choose a tag to compare
v2.1.3

⬆️ deps update

fix initial access bug

21 Oct 00:18
Compare
Choose a tag to compare
v2.1.2

✨ cast to null to allow access beforehand

deps update

20 Oct 23:32
Compare
Choose a tag to compare
v2.1.1

⬆️ general deps update

strict typing

17 May 04:15
Compare
Choose a tag to compare

required for other packages being built, php8 only.