Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Releases: Wandu/Http

v1.6.3

20 Sep 07:18
Compare
Choose a tag to compare

Bug Fix

  • Session ID regenerate bug fix. (critical)

v1.6.2

06 Apr 02:03
Compare
Choose a tag to compare

Minor Update

  • add getMany method to Parameter.

v1.6.1

23 Mar 02:36
Compare
Choose a tag to compare

Minor Update

  • add attributes parameter to HttpException's constructor. and, add getAttribute, getAttributes methods also.

Bug Fix

  • bug fix, issue #12

v1.6.0

21 Mar 16:17
Compare
Choose a tag to compare

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
Choose a tag to compare

Minor Update

  • add method toResponse to Wadnu\Http\Exception\HttpException.

v1.5.2

16 Mar 03:36
Compare
Choose a tag to compare

Minor Update

  • Wadnu\Http\Exception\HttpException's constructor parameters are added: body, headers, and protocolVersion.

v1.5.1

11 Mar 06:32
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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.