Skip to content

Releases: flightphp/core

v3.6.1

Choose a tag to compare

@n0nag0n n0nag0n released this 15 Mar 14:59

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

Choose a tag to compare

@n0nag0n n0nag0n released this 02 Mar 21:07
735dafe

What's Changed

  • fixed issues with @params_with_underscores and prepopulate getUrl() params by @n0nag0n in #551
  • added ability to overwrite the body by @n0nag0n in #550

Full Changelog: v3.5.3...v3.6.0

v3.5.3

Choose a tag to compare

@n0nag0n n0nag0n released this 22 Feb 17:44
4f37a48

What's Changed

Full Changelog: v.3.5.1...v3.5.3

v3.5.2

Choose a tag to compare

@n0nag0n n0nag0n released this 19 Feb 03:12

Tag name fix.

Flight v3.5.0 🚀 - more Flight :D

Choose a tag to compare

@fadrian06 fadrian06 released this 18 Feb 08:27
5073758

What's Changed

  • Lowered package size removing unnecessary production files by @fadrian06 in #544
  • Output buffering correction by @n0nag0n in #545

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: v3.4.2...v3.5.0

Version 3.4.2

Choose a tag to compare

@fadrian06 fadrian06 released this 09 Feb 16:06
5992fab

Fixes

Full Changelog: v3.4.1...v3.4.2

Version 3.4.1

Choose a tag to compare

@fadrian06 fadrian06 released this 07 Feb 00:44
8bec365

What's Changed

Full Changelog: v3.4.0...v3.4.1

Version 3.4.0

Choose a tag to compare

@n0nag0n n0nag0n released this 05 Feb 16:57
6e40f79

What's Changed

  • fix testStaticFunctionMapping to actually map a static method by @lubiana in #535
  • Fixed phpstan suggestion by @fadrian06 in #536
  • Beautified README by @fadrian06 in #537
  • Dispatcher improvements. by @fadrian06 in #538
    • This could potential introduce a breaking change, but it has been tested with many known use cases. There are 2 notices that will be thrown now if you try to override an event you've already created, or if you attempt to use a hook that's not known (before/after).
    • You are now not required to create a Controller object before you run the route. You can now do Flight::route('/someUrl', [ Controller::class, 'someMethod' ]);

New Contributors

Full Changelog: v3.3.0...v3.4.0

Version 3.3.0

Choose a tag to compare

@n0nag0n n0nag0n released this 28 Jan 03:12
19e40b9

What's Changed

  • PHPCS code formatting problems solved by @fadrian06 in #531
  • added some methods to help with async frameworks by @n0nag0n in #530
  • Docblocks simplified with help of PHPCS by @fadrian06 in #532
  • request header shortcut and lots of unit test fixes for phpcs by @n0nag0n in #533
  • fixed bug with root alias by @n0nag0n in #534

Full Changelog: v3.2.0...v3.3.0

v3.2.0

Choose a tag to compare

@n0nag0n n0nag0n released this 25 Jan 05:36
8f7c48c

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: v3.1.1...v3.2.0