Skip to content

Releases: skipperbent/simple-php-router

Version 1.3.8

11 Dec 17:24
Compare
Choose a tag to compare
  • Fixed get params warnings.

Version 1.3.7

11 Dec 17:11
Compare
Choose a tag to compare
  • Removed references to Pecee framework.
  • Fixed variables not being initialised before usage.
  • Cleaned up duplicate checks.
  • Other small optimisations and bugfixes.

Version 1.3.6

10 Dec 20:23
Compare
Choose a tag to compare
  • Fixed error with RouterGroup class causing group not to be rendered if no domain is available.

Version 1.3.5

10 Dec 19:06
Compare
Choose a tag to compare
  • Optimised code: fixed missing return statement.

Version 1.3.4

10 Dec 03:44
Compare
Choose a tag to compare
  • Added support for domains array on group.
  • Group will not render if one or more domain does not match.

Version 1.3.3

10 Dec 03:15
Compare
Choose a tag to compare
  • Added support for subdomain routing on groups.
  • Also improved regex matching when using custom regular expressions.
  • Changed many of the foreach statements - for maximum speed optimisations.
  • Other minor optimisations and bugfixes.

Version 1.3.2

08 Dec 15:54
Compare
Choose a tag to compare
  • Removed baseCfsrVerifier from constructor in RouteBase class, to make it completely optional (to increase speed on project which doesn't need it).

Version 1.3.1

05 Dec 02:55
Compare
Choose a tag to compare
  • Optimised cache method in Response class.

Version 1.3.0.7

22 Nov 19:31
Compare
Choose a tag to compare
  • Added support for custom ExceptionHandlers on group level.
  • Routes now contain parent group, if any.
  • Fixed wrong usage of required parameter.
  • Updated documentation.

Version 1.3.0.6

22 Nov 18:48
Compare
Choose a tag to compare
  • If parameter is empty set the value to null in RouterRoute.
  • RouterRoute now throws RouterException is required parameter is not filled.