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

zend-expressive-fastroute 3.0.2

Choose a tag to compare

@weierophinney weierophinney released this 02 Aug 14:12
· 11 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #59 modifies the FastRouteRouter to pass the URI path to rawurldecode() prior to performing
    its regex operations. This ensures that URL-encoded values can be matched as normal characters.
    If you were previously performing matches for URL-encoded values (e.g., {id:b%20r}), you may
    need to update your route matching expressions (e.g., {id:b r}).