Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: bhcruz/flight

Tags

v1.3.9

Toggle v1.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request flightphp#395 from merkuriy/JsonSerializableCollec…

…tion

Added JsonSerializable for util/Collection

v1.3.8

Toggle v1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request flightphp#409 from pluveto/patch-1

Trim url

v1.3.7

Toggle v1.3.7's commit message
Bump version.

v1.3.5

Toggle v1.3.5's commit message
Prevent response from sending more than once.

v1.3.4

Toggle v1.3.4's commit message
Fix conflict with external error handlers.

v1.3.3

Toggle v1.3.3's commit message
Response content-length header should use mbstring if available.

v1.3.2

Toggle v1.3.2's commit message
Removed another case of $route passing. Updated tests.

v1.3.1

Toggle v1.3.1's commit message
Remove $route from parameter list, only pass when dispatching callback.

v1.3.0

Toggle v1.3.0's commit message
Removed JSON encode depth parameter to keep PHP 5.3 compatibility.

v1.2.22

Toggle v1.2.22's commit message
Moved map method check to Engine. Added get method to Loader. Added n…

…ew tests.