Releases: designcise/bitframe
Releases · designcise/bitframe
v1.0.7
Made RequestTrait::getNormalizedUriPath() method public
v1.0.6
- Added url normalization support which fixes the document root when the document root directive has not been explicitly declared for the project folder (such as by using the
DOCUMENT_ROOT
directive in apache) - Removed url normalization from
\BitFrame\Factory\HttpMessageFactory
- Added url normalization to
\BitFrame\Message\RequestTrait
v1.0.5
- Instance of
\BitFrame\Router\RouteGroup
is now bound to the route group callback - Routes in a route group can now be setup using the
$this
keyword inside the route group callback - Added a new test for route group using
$this
keyword to setup routes in the route group callback
v1.0.4
- Middleware dispatcher now skips
null
and[]
in a middleware queue - Added the ability to conditionally add middleware by using
null
or[]
- Added new tests for middleware dispatcher and application
v1.0.3
- Added workaround for using subfolders as the root folder
- Folder containing the main 'index.php' is considered the root folder
v1.0.2
- Added JSONP support to
withJson
method inResponseTrait
- Added test for JSONP in
ResponseTraitTest
v1.0.1
- Fixed
hasEndpoint()
method in\BitFrame\Message\RequestTrait
to match each uri path wholly - Added more tests to
RequestTraitTest
v1.0.0
Initial commit