Releases: golobby/container
Releases · golobby/container
3.1.2
Some improvements
v3.1.1
Update dependencies
v3.1.0
Add resolver errors:
https://github.com/golobby/container#resolver-errors
v3.0.2
Some improvements
v3.0.1
Some improvements
v3.0.0
Named bindings feature and NamedSingleton()
, NamedTransient()
and NamedResolve()
introduced.
The Bind()
method renamed to Resolve()
.
The deprectaed Make()
method removed.
v2.1.2
Some bug fixing and improvments
v2.1.1
- Unexported struct fields is now supported to fill.
- Missing global methods added.
v2.1.0
- Binding struct fields is now supported using the method
Fill()
. - The
Bind()
andCall()
methods intorduced instead of oldMake()
method. - The
Make()
method marked as deprected to be removed next major version.
v2.0.2
Some bug fixing and improvements