Releases: flightphp/core
Releases · flightphp/core
v3.7.1
v3.7.0
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
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
- @BelleNottelling made their first contribution in #555
Full Changelog: v3.6.1...v3.6.2
v3.6.1
What's Changed
- fix: handle encoded slashes for url parameters - fixes #552 by @daniel-sc in #553
New Contributors
- @daniel-sc made their first contribution in #553
Full Changelog: v3.6.0...v3.6.1
v3.6.0
v3.5.3
What's Changed
- Removed broken image in README by @fadrian06 in #546
- added streaming responses. Fixed JSONP. by @n0nag0n in #547
Full Changelog: v.3.5.1...v3.5.3
v3.5.2
v3.5.1
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
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
Fixes
- Dispatcher refactor by @fadrian06 in #540
- Fix dispatcher error message by @n0nag0n in #542
- Fixed issue about NOTICE when overrides methods: #541
Full Changelog: v3.4.1...v3.4.2