-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from PhpSlides/dev
Dev
- Loading branch information
Showing
28 changed files
with
1,026 additions
and
1,123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
# Change Logs | ||
|
||
## [v1.2.6] | ||
|
||
### [Tue, 20-08-2024] | ||
|
||
- Fixes bugs on `Request` | ||
- Fixes bugs on `JWT` and `payload()` function. | ||
|
||
## [v1.2.7] | ||
|
||
### [Wed, 21-08-2024] | ||
|
||
- Update API `route` method to allow a particular request method and a particular controller method | ||
|
||
## [v1.2.8] | ||
|
||
### [Thu, 22-08-2024] | ||
|
||
- Updated `Render` getting value from array according to strict types | ||
- Changed API controller namespace to `App\Controller\Api` | ||
## [v1.2.9] | ||
|
||
- Added Authorization Guard. | ||
- Implemented AuthGuard to Routes | ||
- Implemented AuthGuard to APIs | ||
- Middleware is now deprecated and removed | ||
- Added AuthGuard to Console | ||
- Updated ApiController and no more interface, now an abstract class. | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.