All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.2.1 - 2018-09-10
- Middlware to Middleware in Slim Middleware class to resolve namespace bug.
1.2.0 - 2018-09-10
- Slim Middleware for HTTP query conversion. (AidanCasey\HttpParser\Middleware\Slim)
- HttpToZend::ConvertHTTPRequest to HttpToZend::ConvertHttpRequest.
1.1.0 - 2018-09-04
- composer.json to not include version so they will be read off branches.
- CHANGLOG to include links.
1.0.0 - 2018-09-04
- This 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.