Releases: egze/ruby_dci
Releases · egze/ruby_dci
v0.3.1
v0.3.0
0.3.0 (2018-05-24)
Features:
- Renamed
DCI::Configurationaccessors.event_routesis nowroutes,route_methodsis nowrouter,raise_in_event_routeris nowraise_in_router. eventsis not an instance variable defined in the context anymore, but has the same access style like thecontextitself. In the role don't push events tocontext.events, but tocontext_events.
0.2.0 (2018-05-19)
0.2.0 (2018-05-19)
Features:
DCI::Configurationnow takes aon_exception_in_routerhandler, instead of requiring aloggerinstance.
Bugfixes:
- Added specs
- Added
README.md - Added
CHANGELOG.md