Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Releases: mcustiel/PowerRoute

Support Zend Diactoros 2.0

04 Feb 19:30
cf07ea1

Choose a tag to compare

Removed support for PHP5.5

15 Apr 13:41

Choose a tag to compare

Because of changes in Creature, removed the support for PHP5.5.

Added a new matcher: contains

02 Aug 16:52

Choose a tag to compare

This matcher execute strpos internally.

Support PSR-7 middlewares as actions

27 Apr 09:28

Choose a tag to compare

  • If an action name is mapped to a psr-7 middleware (implements __invoke($request, $response, $next)) or is a function with that signature. It will be called.

Version 2

26 Feb 12:15

Choose a tag to compare

  • Bugfixes, a lot.
  • Changed config structure
  • Added support for multiple conditions in one node, can be evaluated to true one one of them or all of them match.
  • Using Creature for the factories.
  • New factory for conditions.

Bugfixes

11 Nov 20:06

Choose a tag to compare

  • Fixed bug in SetHeader action.
  • Added tests to increase coverage.
  • Fixed comments.

Initial version

31 Oct 18:31

Choose a tag to compare

This version has a minimum set of actions, matchers and input sources, the ability to parse configuration and supports PSR-7.