- Laravel 11 support #34, thanks to gboquizosanchez
- Bump minimal Laravel version to 11
- Bump minimal PHP version to 8.2
- Use
#[Test]
annotation in tests instead of@test
- Bump minimal Laravel version to 8.x
- Bump minimal PHP version to 8.x
- Fix N+1 #30, thanks to michael-rubel
- Bump minimal Laravel version to 8.x
- Bump minimal PHP version to 7.3
- Fix lazy loading #25, thanks to michael-rubel
- Ability to skip logging #21, thanks to danielboendergaard
- Add chinese language files #29, thanks to guanguans
- Laravel 9.x support #23
- Laravel 8.x support
- Laravel 7.x support
- Update polymorphic relation #18
php artisan vendor:publish --tag=auth-checker
- Fixed database new polymorphic column
- Users now use MorphMany instead of HasMany
- Devices and Logins now use MorphTo instead of BelongsTo
- Tests updated with PHP 7.4
- Fix config publishing
- Fix migrations: use bigIncrements and bigInteger, disable foreign references
- Package auto-discover
- Fix tests
- Changed how the application boot
- Laravel 6.0
- Allow model customization
- PHPDoc and typed return values
- BC : Laravel 5.8 requirements
- Fixed : empty device model in DeviceCreated event PR#8