Skip to content

Releases: HnH/di

v1.2.8

29 Jun 13:11
@HnH HnH
373bbc9
Compare
Choose a tag to compare

fill struct fields of type struct with recursive

v1.2.7

06 Jun 12:32
@HnH HnH
e556f72
Compare
Choose a tag to compare

Resolver: fill slice & map struct fields with recursive

v1.2.6

18 May 13:28
@HnH HnH
602600e
Compare
Choose a tag to compare

Allow omitempty in di tag when calling Fill() on a struct.

v1.2.5

13 Jan 11:21
@HnH HnH
e133090
Compare
Choose a tag to compare

Fill() can fill inner structs recursively

v1.2.4

01 Dec 09:04
@HnH HnH
2788b4e
Compare
Choose a tag to compare

More informative errors

v1.2.3

02 Nov 06:58
@HnH HnH
ff3d3e3
Compare
Choose a tag to compare

Global method API changes and global context (#7)

v1.2.2

01 Nov 11:42
@HnH HnH
f09bea0
Compare
Choose a tag to compare

Context propagation API

v1.2.1

27 Oct 16:28
@HnH HnH
c96a0d7
Compare
Choose a tag to compare

Fill() and Construct() only real instances (bugfix)

v1.2.0

27 Oct 14:04
@HnH HnH
3444a5f
Compare
Choose a tag to compare
  • Binding WithFill() option that lets you automatically fill structure instances right after they are initialized.
  • Constructor interface. Construct() method is called after instance is created for both factory and singleton.
  • 100% test coverage and documentation.

v1.1.1

15 Oct 12:30
@HnH HnH
af70dbd
Compare
Choose a tag to compare

Container.Implementation() method API changes