Releases: PhpSlides/framework
Releases · PhpSlides/framework
Added Hot Reload - v1.3.4
What's Changed
- Added Live Hot Reload
- Updated hot reload to store in cache.
- Updated the rule of how configuration file works.
- Added import function to be able to import files.
- No more using bootstrap app and getting the absolute path.
- Arranged files and folders structure no more using bootstrap app and getting the absolute path.
- Added db log to Application and logs if connection refused.
Full Changelog: v1.3.3...v1.3.4
Updated to use phpslides/cli
Merge pull request #28 from PhpSlides/dev updated to accept phpslides/cli
Completed Command for creating forge database & tables and styled ASCII command text
Merge pull request #27 from PhpSlides/dev Completed Command for creating forge database & tables and styled ASC…
Updated ConsoleL to CLI and made Forgery only works if the database is connected successfully
Merge pull request #26 from PhpSlides/dev Updated ConsoleL to CLI and made Forgery only works if the database is connected successfully
Invented a new unique database management feature called Forgery.
Change Logs
[v1.3.0]
- Added DB log
db.log
to log message into the file - Added creating of Database and Tables according for PhpSlides Forgery
- Implemented ORM according to Forge Class. Used the MeekroORM library and improve it in working with namespace according to PhpSlides Forgery
v1.2.9 - Added Authorization Guard.
Change Logs
[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.
Updated strict types
Change Logs
[v1.2.6]
[Tue, 20-08-2024]
- Fixes bugs on
Request
- Fixes bugs on
JWT
andpayload()
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
Full Changelog: v1.2.7...v1.2.8
v1.2.7
Change Logs [v1.2.7]
[Wed, 21-08-2024]
- Update API
route
method to allow a particular request method and a particular controller method
Full Changelog: v1.2.6...v1.2.7
v1.2.6
v1.2.5
Change Logs [v1.2.5]
[Sun, 04-08-2024]
- Updated Route & view to default Content-Type as text/html
- Updated request log according the APP_DEBUG in .env file.
[Tue, 06-08-2024]
- Added the use of
{{ }}
for writing php in an html attributes - Added
session
method toPhpSlides\Http\Request
class - Updated
Application::$request_uri
to contain only path - Updated all requests function in the
Request
methods parameters to be optional.
[Sat, 17-08-2024]
- Updated env configuration to load the minor env configuration files
- Added safe loading to
FileLoader
andViewLoader
class - Updated Route Map
Route::map()
to allow multiple request methods in string seperated with|
, eg.'POST|GET'
- Added JWT web tokens management.
[Sun, 18-08-2024]
- Written manual test code for JWT web token.
- Added
Render
to render all registered routes. - Updated
Route
to only register routes.
[Mon, 19-08-2024]
- Can now generate secret key with terminal
php slide generate:secret-30
.
[Tue, 20-08-2024]
- Updated
Api
to only register api routes.
Full Changelog: v1.2.4...v1.2.5