Skip to content

v0.3.0

Compare
Choose a tag to compare
@egze egze released this 24 May 12:53
· 11 commits to master since this release
01b671a

0.3.0 (2018-05-24)

Features:

  • Renamed DCI::Configuration accessors. event_routes is now routes, route_methods is now router, raise_in_event_router is now raise_in_router.
  • events is not an instance variable defined in the context anymore, but has the same access style like the context itself. In the role don't push events to context.events, but to context_events.