Releases: leafsphp/http
Releases · leafsphp/http
🌬️ Kalbaisakhi
v3.5 - 29 Jan 2025
Added
- Added
Response::view()
andResponse::render()
methods to directly render configured templates by @mychidarko
Fixed
- Fixed
Request::getUserAgent()
querying wrong key (#35) by @ruitrigo-dev
🎐 Squall
v3.4 - 17 Jan 2025
Added
- Added support for http method overides via
X-Http-Method-Override
and_METHOD
@mychidarko
Fixed
- Patched up issue with unofficial http status codes, thanks @patrickvuarnoz @Laivee
🎐 Downburst
v3.3 - 6 Jan 2024
Added
- Added named route redirects with params by @phederal
Fixed
- Normalize request path methods, thanks @patrickvuarnoz
- Compatility with
Leaf/FS
package with file handling @ibnsultan
🎐 Wind Shear
v3.1 - 4 Dec 2024
Fixed
- Fixed warnings on PHP 8.4 by @joanhey
- Removed parsing on external URLs for redirects by @mychidarko
🌪️ Waterspout '1'
v3.0.1 - 10 Nov 2024
Fixed
- Patched up rare error generated when a user sends an empty form
🌪️ Waterspout
v3.0 - 10 Nov 2024
Changed
- No real changes, just new version constraints
🌪️ Tornado
v2.8 - 6 Nov 2024
Added
- Added internal instance of Leaf form validator
💨 Gust
v2.7 - 1 October 2024
Added
- Added
Response::next()
for passing middleware data by @mychidarko - Added
Response::js()
fortext/javascript
output by @Rasalas
Fixed
- Allowed responses with custom
Content-Type
by @Rasalas
🌪️ Cyclone
v2.6 - 16 Sep 2024
Added
- Added
Request::getOrDefault()
method - Added
Request::query()
method - Added
Request::next()
method - Added
Response::die()
method
💨 Wind man
v2.5 - 25 August 2025
Added
- Merged auth errors into
request::errors()
for easier use ofrequest::auth
Fixed
- Fixed
response::redirect
ignoring application base - Removed dependance on MVC-only features
Changed
- Updated to Leaf's new config API
- Changed
store()
andstoreAs()
toupload()
/uploadAs()