Releases: funkybunch/Simple-HTTP-Router
Releases · funkybunch/Simple-HTTP-Router
v1.1.0 - Response Code Bug Fix
Fixes a bug where the correct response code could be overwritten after the correct route is executed. This would cause an error response code to be sent to the client even if it should have been 200 (SUCCESS).
Also added comments for all methods in the src/ directory.
v1.0.0 - Initial Release
First release of SimpleHTTPRouter. This first major release includes unit testing using PHPUnit and TravisCI.
At time of release, this release is passing all Unit tests and is building successfully in TravisCI. TravisCI is also conducting unit tests upon build.
This release can be installed via Composer:
$ composer require funkybunch/simple-http-router