- ADDED:
HandlerContext
to handlers, available at zone and observer. - ADDED:
name
getter forController
- ADDED:
void onHandler(HandlerContext context)
toIControllerObserver
- REMOVED:
done
getter fromController
- BREAKING CHANGE: Replace FutureOr with Future in handler
- BREAKING CHANGE: Change
handler
api and implementation
- Add example to README.md
- ControllerRegistry only for debug mode
- Initial release