This repository was archived by the owner on Jan 21, 2020. It is now read-only.
zend-expressive-fastroute 3.0.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #59 modifies the
FastRouteRouterto pass the URI path torawurldecode()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}).