Releases: egze/ruby_dci
Releases · egze/ruby_dci
v0.3.1
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
.
0.2.0 (2018-05-19)
0.2.0 (2018-05-19)
Features:
DCI::Configuration
now takes aon_exception_in_router
handler, instead of requiring alogger
instance.
Bugfixes:
- Added specs
- Added
README.md
- Added
CHANGELOG.md