Skip to content

Tags: HnH/di

Tags

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Constuctor WithArgs option (#18)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add WithImplementations() option to use with constructors (#17)

* Add WithImplementations() option to use with constructors

* Fix tests

* Update readme

* Add WithImplementation() test

* Do not put context into resolver on di.Ctx().Resolver() call

* Typo

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix context (#15)

* fix context

* fix  fatal error

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Context visualization (#13)

* Context visualization

* Clean up

* Add tests

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 <sergey.dobrodey@softswiss.com>

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 <sergey.dobrodey@softswiss.com>

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 <gleb.beloded@softswiss.com>

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)