Skip to content

v1.11.2

Compare
Choose a tag to compare
@pavelpatrin pavelpatrin released this 09 Aug 21:25
· 9 commits to main since this release
0105b0f

What's Changed

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