Skip to content

v1.0.0-alpha.6

Compare
Choose a tag to compare
@gmazzap gmazzap released this 13 Jul 13:38
· 21 commits to refactoring-fastroute since this release

Fixed

  • Removed URL "chucks" check to parse a route, which conflicted with some regex

Changed

  • Controllers run() method accepts "template" as 3rd argument
  • Routes callbacks (before and after) accept "template" as 3rd argument
  • Allow route template to be false as a way to preven WP to load any template
  • Route option can contain arbitrary keys.

Added

nothing