Mikecao Flight Versions Save

An extensible micro-framework for PHP

v.3.5.1

2 months ago

What's Changed?

  • Bugfix for Flight::json() method after new output buffering method implemented.

Full Changelog: https://github.com/flightphp/core/compare/v3.5.0...v.3.5.1

v3.5.0

2 months ago

What's Changed

[!Important] 🚀🚀🚀 FlightLite - Now the bundle size has been reduced from 412kb to 220kb ~50% size reduced...

[!Important] Output buffering has been tweaked to solve bugs, Read more

Before / After

Listado de rutas de carpetas para el volumen Windows 7
El número de serie del volumen es 864F-092D
C:.
|   composer.json
|   composer.lock
|   
\---vendor
    |   autoload.php
    |   
    +---composer
    |       ...
    |       
    \---flightphp
        \---core
-            |   .editorconfig
-            |   .gitignore
             |   composer.json
-            |   flight.sublime-project
             |   index.php
             |   LICENSE
-            |   phpcs.xml
-            |   phpstan.neon
-            |   phpunit.xml
             |   README.md
             |   
             +---flight
             |           
-            \---tests
-                |   ...

Full Changelog: https://github.com/flightphp/core/compare/v3.4.2...v3.5.0

v3.4.2

3 months ago

Fixes

Full Changelog: https://github.com/flightphp/core/compare/v3.4.1...v3.4.2

v3.4.1

3 months ago

What's Changed

Full Changelog: https://github.com/flightphp/core/compare/v3.4.0...v3.4.1

v3.4.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/flightphp/core/compare/v3.3.0...v3.4.0

v3.3.0

3 months ago

What's Changed

Full Changelog: https://github.com/flightphp/core/compare/v3.2.0...v3.3.0

v3.2.0

3 months ago

This is an important release. While there was just a few documentation and coding style changes, the important thing in this release is that consistent static typing has been added to all applicable methods and properties in Flight core. This could introduce failures in your code however any necessary changes would be minimal.

What's Changed

Full Changelog: https://github.com/flightphp/core/compare/v3.1.1...v3.2.0

v3.1.1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/flightphp/core/compare/v3.1.0...v3.1.1

v3.1.0

4 months ago

MIDDLEWARE!!!!!!!!!!!!!

Unleash the beast

Using middleware is tested, implemented and working! It has a little bit of a different syntax so pay attention to the README on how to implement this. You can use this on a per route basis or within a group.

This also has fixes for aliasing, corrections to some old code to bring it up to modern standards.

If you find any issues, create an issue!

v3.0.2

4 months ago
  • Added ability to assign route aliases!
  • Fixed multiline url issue related to #475 and #424