Skip to content

v2.4.0

Compare
Choose a tag to compare
@pushplay pushplay released this 10 Jan 22:14
  • Expose a list of Routes that have participated in handling the event to the postProcess function. (ie: the signature is now postProcess(evt: RouterEvent, resp: RouterResponse, handlingRoutes: Route[]);)
  • Fixed Route.enabled=false not functioning.