All Versions
23
Latest Version
Avg Release Cycle
20 days
Latest Release
-

Changelog History
Page 1

  • v1.9.0 Changes

    โž• Added

    • container.ProvideValue() function.
  • v1.8.0 Changes

    โž• Added

    • container.Apply() function.
  • v1.7.1 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ’… Style and coverage fixes.
  • v1.7.0 Changes

    โž• Added

    • โž• Added embed fields support.

    ๐Ÿ›  Fixed

    • di.Inject now works with structs and pointers correctly.
  • v1.6.3 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix optional fields resolving.
  • v1.6.2 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix di.As() with several interfaces.
  • v1.6.1 Changes

    ๐Ÿ›  Fixed

    • โœ‚ Removed debug print.
    • ๐Ÿ“š Documentation fixes.
  • v1.6.0 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed logging interface. See di.SetTracer().

    ๐Ÿ›  Fixed

    • ๐Ÿ“š Some documentation and test updates.
  • v1.5.0 Changes

    November 16, 2020

    โž• Added

    • โž• Add error to Has().

    ๐Ÿ›  Fixed

    • ๐Ÿ— Has() returns false if container could not build instance.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ The supported version of go >1.13.
  • v1.4.1 Changes

    November 16, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix field injection into interface implementations.