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

v1.5.0

Choose a tag to compare

@wan2land wan2land released this 10 Mar 07:36
· 84 commits to master since this release

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.