Skip to content

Releases: krakphp/http

Version 0.2.5

Choose a tag to compare

@ragboyjr ragboyjr released this 14 May 06:37

Updating krak/mw dependency to 0.5

Version 0.3.3

Choose a tag to compare

@ragboyjr ragboyjr released this 04 May 04:51

Fixed

  • Bug in HttpServiceProvider

Version 0.3.2

Choose a tag to compare

@ragboyjr ragboyjr released this 04 May 01:33

Added

  • wrap middleware to wrap PSR-7 style middleware #23
  • Middleware documentation

Version 0.3.1

Choose a tag to compare

@ragboyjr ragboyjr released this 02 May 16:02

Added

  • HttpServiceProvider which provides basic services of the library
  • serveStatic middleware #19
  • Request Path #20

Version 0.3.0

Choose a tag to compare

@ragboyjr ragboyjr released this 18 Mar 19:59

Changed

Completely re-tooled the entire package. This no longer holds any micro framework code. Krak\Lava is the replacement for this.

  • Converted functions for dispatching/server/response-factory into classes with proper interfaces since you typically won't need to make your own very frequently
  • Removed all framework related code
  • Removed all unneeded composer dependencies (only nikic/iter remains)
  • Routing is now a lot simpler and not dependent on any libraries like krak/mw. They are simply value objects now.
  • This package is now at krak/http instead of krak/mw-http

Added

  • This CHANGELOG
  • ResponseFactoryStore for easily storing and utilizing response factories.

Version 0.2.4

Choose a tag to compare

@ragboyjr ragboyjr released this 05 Dec 23:25

Fixed REST parseJson Bug

  • Added test for 415 parse json error
  • Added more documentation
  • Added a few more services to the REST package for convenience
  • Updated responseFactory to be a parameter not a service

Version 0.2.3

Choose a tag to compare

@ragboyjr ragboyjr released this 05 Dec 20:53
  • Mountable Middleware #5
  • Redirect Marshal Response Matching #3

Version 0.2.2

Choose a tag to compare

@ragboyjr ragboyjr released this 05 Dec 00:49

Several minor changes to the system

  • Adding server to app service dependencies
  • Documentation updates and Std package update