Skip to content
This repository was archived by the owner on Jun 22, 2020. It is now read-only.

Releases: jasny/router

v1.1.1 - Revive request for ErrorPage middleware

30 Jan 14:04
dc4b7f1

Choose a tag to compare

v1.1.0 - Added RouterInterface

25 Jan 03:11
4c76fc8

Choose a tag to compare

Also renamed Routes to RoutesInterface.

v1.0.5 - Fixed ErrorPage middleware

02 Dec 16:20

Choose a tag to compare

Merge pull request #20 from jasny/errorpage

Fix ErrorPage middleware

v1.0.4

29 Nov 21:32

Choose a tag to compare

  • Use an array as controller property to specify the namespace
  • Added determine route middleware
  • Support taking stdClass instead of an array as route list
  • Let the controller runner return a not found response
  • Specify a path when adding middleware

v1.0.2

22 Nov 16:48
b2c47c1

Choose a tag to compare

Fix tests

v1.0.1 - Fix using full URL in Routes\Glob

22 Nov 16:08
5695f69

Choose a tag to compare

Fix issue with Routes\Glob not working with full url

v1.0.0 - First public release

21 Nov 08:34

Choose a tag to compare

Merge pull request #13 from jasny/fix-tests

Fix tests