Skip to content

Releases: funkybunch/Simple-HTTP-Router

v1.1.0 - Response Code Bug Fix

11 Feb 05:01

Choose a tag to compare

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

10 Feb 23:39

Choose a tag to compare

First release of SimpleHTTPRouter. This first major release includes unit testing using PHPUnit and TravisCI.

Build Status
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