Releases: tymondesigns/jwt-auth
Releases · tymondesigns/jwt-auth
2.1.1
What's Changed
- Add support for Carbon 3.X by @RBFraphael in #2247
New Contributors
- @RBFraphael made their first contribution in #2247
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- feat: Add Laravel 11 compatibility by @tymondesigns in #2243
- ✨ Add new getter for JWT's factory by @kingkero in #2233
New Contributors
Full Changelog: 2.0.0...2.1.0
2.0.0 Release
✨ Improvements
- Compatibility with Laravel 9 & 10 (Laravel 9 was previously done but not tagged)
- Move to GH actions
1.0.2 Release
✨ Improvements
- Prevent installation of lcobucci/jwt 3.4 and above due to breaking deprecation notice in laravel #2059
1.0.1 Release
✨ Improvements
- Compatible with Laravel 8
1.0.0 Release
✨ Improvements
- Compatible with Laravel 7
💥 Breaking changes
- Drop support for Laravel 5.1
- Drop support for Cartalyst Sentinel
1.0.0-rc.5.1
🐛 Bug fixes
- Fix for php 7.3 when defining persistent claims that do not exist