Skip to content

5.0.1

Compare
Choose a tag to compare
@jbogard jbogard released this 05 Jun 14:00
· 321 commits to master since this release
242edcd

This release consolidates some interfaces and factories. The factory delegates are now just a single delegate, ServiceFactory.

Additionally, the "void" IRequest interface now inherits IRequest<Unit>, and the IRequestHandler<T> inherits IRequestHandler<T, Unit>.

Migration from 4.x to 5.0