Skip to content

Releases: flightphp/core

v3.7.0

22 Mar 14:55
8d772b5
Compare
Choose a tag to compare

What's Changed

  • Added Containerization to Core by @n0nag0n in #559 (it is unlikely that you'll have an issue, but please read Migrating to V3 in the docs to make sure your project is compatible. Basically, you can't call Dispatcher statically anymore.

Full Changelog: v3.6.2...v3.7.0

v3.6.2

18 Mar 14:40
412596e
Compare
Choose a tag to compare

What's Changed

  • Register the HEAD method alongside GET by @BelleNottelling in #555
  • Changed it so PdoWrapper returns collections by @n0nag0n in #556
  • little changes to requests and integration testing JSON POST requests by @n0nag0n in #558

New Contributors

Full Changelog: v3.6.1...v3.6.2

v3.6.1

15 Mar 14:59
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v3.6.0

02 Mar 21:07
735dafe
Compare
Choose a tag to compare

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

22 Feb 17:44
4f37a48
Compare
Choose a tag to compare

What's Changed

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

v3.5.2

19 Feb 03:12
Compare
Choose a tag to compare

Tag name fix.

v3.5.1

19 Feb 01:56
Compare
Choose a tag to compare

What's Changed?

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

Full Changelog: v3.5.0...v.3.5.1

Flight v3.5.0 🚀 - more Flight :D

18 Feb 08:27
5073758
Compare
Choose a tag to compare

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

09 Feb 16:06
5992fab
Compare
Choose a tag to compare

Fixes

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

Version 3.4.1

07 Feb 00:44
8bec365
Compare
Choose a tag to compare

What's Changed

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