Changed:
None
Removed:
Server.setRoutesDefaults() - replaced with router.routeDefaults config setting
Server.setNotFound() - replaced with adding routes with method '*'
Defaults.ext / server ext config - replaced with Server.ext(event, func)
Obsoleted:
Server.addRoute(), Server.addRoutes() - replaced with Server.route()
Server.addState() - replaced with Server.state()
Server.addHelper() - replaced with Server.helper()
Changed:
None
Removed:
Server.setRoutesDefaults() - replaced with router.routeDefaults config setting
Server.setNotFound() - replaced with adding routes with method '*'
Defaults.ext / server
extconfig - replaced with Server.ext(event, func)Obsoleted:
Server.addRoute(), Server.addRoutes() - replaced with Server.route()
Server.addState() - replaced with Server.state()
Server.addHelper() - replaced with Server.helper()