Releases: Codestagero/laravel-authorization
Releases · Codestagero/laravel-authorization
v0.4.1
What's Changed
- Fixed make command definition. by @irealworlds in #17
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Implemented resource-based policies. by @irealworlds in #15
- Updated stubs. by @irealworlds in #16
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add compatibility with Laravel 11. by @irealworlds in #8
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: v0.1.0...v0.2.0
Contains Breaking Changes!
- Parameters were removed from the
#[Authorize]
attribute, AuthorizePermission
andAuthorizeRole
attributes were removed and merged intoAuthorize
.
v0.1.0
v0.0.5-alpha
Full Changelog: v0.0.4-alpha...v0.0.5-alpha
v0.0.4-alpha
Full Changelog: v0.0.3-alpha...v0.0.4-alpha
v0.0.3-alpha
Full Changelog: v0.0.2-alpha...v0.0.3-alpha
v0.0.2-alpha
What's Changed
- Implemented policy-based authorization (#2)
- The install command now adds the middleware to the Kernel.
- Renamed the middleware to
AuthorizationMiddleware
.
Full Changelog: v0.0.1-alpha...v0.0.2-alpha
v0.0.1-alpha
Features
- Permission and Role entities and database schemas.
- Permission-based authorization
- Role-based authorization
- Simple installation through command
Full Changelog: https://github.com/Codestagero/laravel-authorization/commits/v0.0.1-alpha