v2.4.0
- 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.