Skip to content

Releases: designcise/bitframe

v1.0.7

30 Jun 12:09
Compare
Choose a tag to compare
Made RequestTrait::getNormalizedUriPath() method public

v1.0.6

29 Jun 12:59
Compare
Choose a tag to compare
  • 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

07 Jun 23:48
Compare
Choose a tag to compare
  • 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

07 Jun 02:49
Compare
Choose a tag to compare
  • 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

29 May 16:51
Compare
Choose a tag to compare
  • Added workaround for using subfolders as the root folder
  • Folder containing the main 'index.php' is considered the root folder

v1.0.2

17 May 16:10
Compare
Choose a tag to compare
  • Added JSONP support to withJson method in ResponseTrait
  • Added test for JSONP in ResponseTraitTest

v1.0.1

16 May 18:01
Compare
Choose a tag to compare
  • Fixed hasEndpoint() method in \BitFrame\Message\RequestTrait to match each uri path wholly
  • Added more tests to RequestTraitTest

v1.0.0

30 Apr 01:32
Compare
Choose a tag to compare
Initial commit