This repository was archived by the owner on Mar 29, 2022. It is now read-only.
Releases: Wandu/Http
Releases · Wandu/Http
v1.6.3
20 Sep 07:18
Compare
Sorry, something went wrong.
No results found
Bug Fix
Session ID regenerate bug fix. (critical)
v1.6.2
06 Apr 02:03
Compare
Sorry, something went wrong.
No results found
Minor Update
add getMany method to Parameter.
v1.6.1
23 Mar 02:36
Compare
Sorry, something went wrong.
No results found
Minor Update
add attributes parameter to HttpException's constructor. and, add getAttribute, getAttributes methods also.
Bug Fix
v1.6.0
21 Mar 16:17
Compare
Sorry, something went wrong.
No results found
New Features
add exception class, Wandu\Exception\ResponsibleException.
add parameter extend class, ParsedBody, QueryParams.
add middlewares, each Responsify and Sessionify.
v1.5.3
16 Mar 03:58
Compare
Sorry, something went wrong.
No results found
Minor Update
add method toResponse to Wadnu\Http\Exception\HttpException.
v1.5.2
16 Mar 03:36
Compare
Sorry, something went wrong.
No results found
Minor Update
Wadnu\Http\Exception\HttpException's constructor parameters are added: body, headers, and protocolVersion.
v1.5.1
11 Mar 06:32
Compare
Sorry, something went wrong.
No results found
Bug Fix
toCookieJar@Wandu\Http\Session\SessionFactory call wrong method toArray@Wandu\Http\Session\Session. now it call valid method getRawParams@Wandu\Http\Session\Session.
v1.5.0
10 Mar 07:36
Compare
Sorry, something went wrong.
No results found
New Features
Classes
add Wandu\Http\Psr\Factory\RequestFactory
add Wandu\Http\Support\HttpServer : for socket server
add Wandu\Http\Psr\Stream\GeneratorStream : for memory leak. #11
Methods
add createFromFiles@Wandu\Http\Psr\Factory\UploadedFileFactory (same fromFiles)
add createFromSocketBody@Wandu\Http\Psr\Factory\ServerRequestFactory
add generator@Wandu\Http\Psr\Factory\ResponseFactory : for memory leak. #11
Deprecated
fromFiles@Wandu\Http\Psr\Factory\UploadedFileFactory (rename to createFromFiles)
Bug Fix
toArray@Wandu\Http\Session\Session, wrong params(cf. _flash) printing bug fix.
v1.4.2
02 Mar 08:46
Compare
Sorry, something went wrong.
No results found
Update
add Wandu\Http\Psr\Stream\PhpInputStream
change Stream object to PhpInputStream at Wandu\Http\Psr\Factory\ServerRequestFactory::fromGlobals
fix, bug issue #9, support PUT, DELETE, ... methods' parsedBody.
You can’t perform that action at this time.