v1.11.2
What's Changed
- Refactoring of the registry and error variables by @pavelpatrin in #41
Defined errors
ErrFactoryReturnedError
when the factory function returns an error on invocation.ErrServiceNotResolved
when resolve of a service failed in case of not registered type.ErrHandlerArgTypeMismatch
when the event handler has inconsistent arguments with an event.ErrStackLimitReached
when the service container faces infinite recursion.
Full Changelog: v1.10.1...v1.11.2