Skip to content

v1.0.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@gmazzap gmazzap released this 29 Feb 22:16
· 36 commits to refactoring-fastroute since this release

Changed

  • Auto-generated paged vars always return paged (or page) query var

Added

  • 'cortex.match.done' action hook, after route parsing is done, before ResultHandler starts handling matching result object
  • 'cortex.result.done' action hook, after ResultHandler finished handle matching result object
  • ActionRoute object, to ease creation of routes with arbitrary callbacks as handler