Skip to content

Releases: aidan-casey/http-parser

Version 1.2.1

10 Sep 14:54
Compare
Choose a tag to compare

Changed

  • Middlware to Middleware in Slim Middleware class to resolve namespace bug.

Version 1.2.0

10 Sep 14:43
Compare
Choose a tag to compare

Added

  • Slim Middleware for HTTP query conversion. (AidanCasey\HttpParser\Middleware\Slim)

Changed

  • HttpToZend::ConvertHTTPRequest to HttpToZend::ConvertHttpRequest.

Version 1.1.0

04 Sep 13:48
Compare
Choose a tag to compare

Changed

  • composer.json to not include version so they will be read off branches.
  • CHANGLOG to include links.

Version 1.0.0

04 Sep 13:33
Compare
Choose a tag to compare

Added

  • CHANGELOG.
  • README for description of library and usage examples.
  • CONTRIBUTING for contributing guidelines.
  • HttpToZend class for conversion of request parameters to database statements.
  • UnsupportedRequestMethod for any unsupported request types.