Skip to content

Tags: endic-sam928281/flightphp-core-621

Tags

v3.13.1

Toggle v3.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request flightphp#618 from flightphp/multiple-trailing-sla…

…shes

Fixed multiple trailing slashes issues.

v3.13.0

Toggle v3.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request flightphp#596 from flightphp/feat/route-compact-sy…

…ntax

Group compact syntax

v3.12.0

Toggle v3.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request flightphp#602 from flightphp/file-upload-handler

Added ability to handle file uploads in a simple way

v3.11.1

Toggle v3.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request flightphp#599 from flightphp/cache-correction

Corrected the cache behavior in some areas

v3.11.0

Toggle v3.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request flightphp#598 from flightphp/cache-control

Changed default cache behavior

v3.10.1

Toggle v3.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request flightphp#581 from flightphp/fix/bug-with-multiple…

…-view-renders

Fix/bug with multiple view renders

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request flightphp#594 from flightphp/maintain-headers

Maintains headers on redirect, error, and halt. Added jsonHalt

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request flightphp#585 from flightphp/middleware-use-container

Allowed for middlewares to be created with container

v3.8.1

Toggle v3.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request flightphp#572 from BelleNottelling/fix/output-comp…

…ression

Fix content length when using response body callbacks

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request flightphp#571 from flightphp/response-body-callback

Added ability to convert the response body with callbacks