Added
Service.emit(...)
can now also be called with custom eventsService.before(...)
andService.after(...)
now accept bound and unbound functions as parameterconnect.to (ServiceClass)
as alternative to'service'
stringconnect.to ('db')
returningcds.DatabaseService
Changed
.before(...)
,.on(...)
, and.after(...)
now properly infer inflection when a typer-generated class is passed as second parameter
Fixed
EACH
event has appropriately been renamedeach
to reflect runtime behaviour