Skip to content

Releases: PhpSlides/framework

Added Hot Reload - v1.3.4

02 Oct 05:08
2cae38e
Compare
Choose a tag to compare

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

08 Sep 14:39
3bcf197
Compare
Choose a tag to compare
Merge pull request #28 from PhpSlides/dev

updated to accept phpslides/cli

Completed Command for creating forge database & tables and styled ASCII command text

01 Sep 19:00
ed0d3dc
Compare
Choose a tag to compare
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

29 Aug 08:10
4a6ebc1
Compare
Choose a tag to compare
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.

28 Aug 21:57
59dcda6
Compare
Choose a tag to compare

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.

25 Aug 05:45
e35b1dc
Compare
Choose a tag to compare

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

23 Aug 17:44
ca8ad8c
Compare
Choose a tag to compare

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

Full Changelog: v1.2.7...v1.2.8

v1.2.7

21 Aug 19:38
c93ab7b
Compare
Choose a tag to compare

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

20 Aug 23:32
70b397b
Compare
Choose a tag to compare

Change Logs [v1.2.6]

[Tue, 20-08-2024]

  • Fixes bugs on Request
  • Fixes bugs on JWT and payload() function.
  • Fixes bugs and errors by @dconco in #16

Full Changelog: v1.2.5...v1.2.6

v1.2.5

20 Aug 08:08
fdfc1f5
Compare
Choose a tag to compare

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 to PhpSlides\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 and ViewLoader 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.
  • Completed version 1.2.5 from dev branch by @dconco in #15

Full Changelog: v1.2.4...v1.2.5