• Router to have a built-in mediate function that handles multiple routers
  • Replace views by name
  • Prefix view names with the package's own chosen name
  • Ensure events are namespaced
  • Create a nice output of what events, apis, methods, & prefixes are available (might already have that!)
  • 'lock' setting to disable further changes to the Liaison instance
  • Add __mediate_1_route() for fine-tuned handling if there are two or more route mediators. __mediate_2_route would resolve multiple '__mediate_1_route'...
  • When I call $lia->compo('name')... If there are multiple compos... I need to be able to filter or something. Same for package & view