All Versions
23
Latest Version
Avg Release Cycle
20 days
Latest Release
-
Changelog History
Page 1
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.
- 🛠 Fix
-
v1.6.2 Changes
🛠 Fixed
- 🛠 Fix
di.As()
with several interfaces.
- 🛠 Fix
-
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.
- 🔄 Changed logging interface. See
-
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.
- ➕ Add error to
-
v1.4.1 Changes
November 16, 2020🛠 Fixed
- 🛠 Fix field injection into interface implementations.