Skip to content

Tags: HnH/di

Tags

v1.2.8

Toggle v1.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolver: fill struct fields of type struct with recursive (#12)

* resolver: fill slice & map struct fields with recursive

* resolver: fill struct fields of type struct with recursive

Co-authored-by: Sergey Dobrodey <[email protected]>

v1.2.7

Toggle v1.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
resolver: fill slice & map struct fields with recursive (#11)

Co-authored-by: Sergey Dobrodey <[email protected]>

v1.2.6

Toggle v1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to ignore inability to fill a struct filed with omitempty…

… tag (#10)

Co-authored-by: Gleb Beloded <[email protected]>

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fill() can fill inner structs recursively (#9)

* Fill() can fill inner structs recursively
* More info @ README.md

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 More informative errors (#8)

* More informative errors
* Rename receivers

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Global method API changes and global context (#7)

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Context propagation API (#6)

* Context propagation API
* Readme
* Option comments

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fill() and Construct() only real instances (#5)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Constructor interface. Binding WithFill() option. (#4)

* Constructor called after factory or when binding singleton
* Binding WithFill() option
* Test coverage and documentation

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Container.Implementation() method API changes (#3)