Skip to content

Releases: skipperbent/simple-php-router

5.0.0.2

11 Feb 16:35
9c66a4d
Compare
Choose a tag to compare
  • Fixed PHP8 deprecation warnings.
  • Fixed Github Workflows.
  • Updated PHPUnit

5.0.0.1

09 Feb 02:36
0cb7fc4
Compare
Choose a tag to compare
  • Fixed deprecated return-type for InputItem

5.0.0.0

09 Feb 02:08
749f252
Compare
Choose a tag to compare
  • Feature: dynamic domains
  • Bugfix: url-encoding
  • Other bugfixes + improvements
  • Updated to PHP version 7.4

Version 4.3.7.2

17 Jul 23:46
032a2ae
Compare
Choose a tag to compare
  • Fixed issue causing group prefix to trigger on paths without "/" (issue #573 - thanks @Venloress).

Version 4.3.7.1

17 Jul 20:01
ee61eda
Compare
Choose a tag to compare
  • Updated documentation.

Version 4.3.7.0

17 Jul 19:58
b17ba06
Compare
Choose a tag to compare
  • Added new Group attribute mergeExceptionHandlers to prevent router from merging inherited exception-handlers (issue: #573).
  • RouteGroup: Added setMergeExceptionHandlers and getMergeExceptionHandlers methods.
  • IRouteGroup: Added setMergeExceptionHandlers and getMergeExceptionHandlers method.
  • Updated documentation to reflect changes.
  • Added unit-tests.

Version 4.3.6.2

16 Jul 20:31
4b8dbdc
Compare
Choose a tag to compare
  • Updated documentation.

Version 4.3.6.1

15 Jun 08:17
e5552a8
Compare
Choose a tag to compare
  • Fixed DebugHandler::fireEvent not providing correct arguments when calling fireEvents.
  • Fixed custom regex setMatch not setting parsed parameters correctly (issue: #566).
  • Added unit-tests for catching issue in the future.
  • Added php-stan typehints.

Version 4.3.6.0

09 Jun 07:19
e990b95
Compare
Choose a tag to compare
  • Fixed issue causing default-namespace to add duplicate namespace when using type-hints (issue: #561).
  • Fixed phpstan issues.
  • Tests: Fixed TestRouter not resetting namespace upon reset.
  • Tests: Added NSController (namespace controller) class.
  • Tests: added test for class hint + default namespace case.
  • Composer: added phpstan support + configuration.

Version 4.3.5.0

20 May 13:19
319ce7a
Compare
Choose a tag to compare
  • Feature: Added support for InputHandler::exists to check array of indexes exists.
  • Simplified RouteController and RouteResource by moving common group-match code to parent method.
  • Updated documentation to reflect changes.