v0.3.0
0.3.0 (2018-05-24)
Features:
- Renamed
DCI::Configuration
accessors.event_routes
is nowroutes
,route_methods
is nowrouter
,raise_in_event_router
is nowraise_in_router
. events
is not an instance variable defined in the context anymore, but has the same access style like thecontext
itself. In the role don't push events tocontext.events
, but tocontext_events
.