Skip to content

Tags: flightphp/core

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 #618 from flightphp/multiple-trailing-slashes

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 #596 from flightphp/feat/route-compact-syntax

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 #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 #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 #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 #581 from flightphp/fix/bug-with-multiple-view-ren…

…ders

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 #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 #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 #572 from BelleNottelling/fix/output-compression

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 #571 from flightphp/response-body-callback

Added ability to convert the response body with callbacks