Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 671 Bytes

File metadata and controls

33 lines (23 loc) · 671 Bytes

0.3.9

  • Better exception message when circular.

0.3.8

  • Use ArrayPool internally.

0.3.6

  • [Obsolete] IGetter, prefer IReadOnlyKernel

0.3.5

  • Notify created after resolving arguments.

0.3.4

  • FEATURE: event Kernel.Disposing.

0.3.3

  • FEATURE: Improved exception messages.

0.3.2

  • BUGFIX: Don't throw when resolving same instance.

0.3.1

  • FEATURE: Improved exception messages.

0.3.0

  • BUGFIX: Handle rebind of mock
  • BREAKING: Rename ResolveExtensions was KernelExtensions
  • BREAKING: Use event arguments for Kernel.Creating
  • BREAKING: Use event arguments for Kernel.Created

0.2.0

  • FEATURE: Netstandard support.