Skip to content

v2.4.1

Compare
Choose a tag to compare
@pushplay pushplay released this 24 Jan 18:49
  • Fixed RouterEvent.requestContext. This property was being called RouterEvent.context and copied from ProxyEvent.context which was undefined so this was never working outside test code.
  • Route.postProcess()'s handlingRoutes parameter is now populated with the route that threw an error in the case where an error was thrown; or the default route in the case that the default route is the handler.