Features:
dci_context!
RSpec helper.
Features:
include_context_event
RSpec matcher.
Features:
- Cleaned up gemspec to only include needed files.
- Applied some more rubocop rules.
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
.
Features:
DCI::Configuration
now takes aon_exception_in_router
handler, instead of requiring alogger
instance.
Bugfixes:
- Added specs
- Added
README.md
- Added
CHANGELOG.md
Features:
DCI::Context
with basic functionalityDCI::Role
with basic functionality