Skip to content

Releases: parable-php/http

Parable HTTP 0.2.0

27 Mar 19:05

Choose a tag to compare

Parable HTTP 0.2.0 Pre-release
Pre-release

0.2.0

Changes

  • Removed all with methods from Response, replaced with set methods. It's no longer immutable.
  • Traits have been renamed to HasHeaders and HasStatusCode. HasHeaders only provides get methods.
  • Methods on SupportsOutputBuffers have been suffixed with OutputBuffer(s) for clairity when used within a class using it.
  • Dispatcher has been renamed to ResponseDispatcher because Dispatcher is kinda generic.
  • ResponseDispatcher::setShouldTerminate() has been removed. ->dispatch() now never terminates, and ->dispatchAndTerminate() always does.

Parable HTTP 0.1.0

24 Mar 10:55

Choose a tag to compare

Parable HTTP 0.1.0 Pre-release
Pre-release

0.1.0

Changes

  • First release.