v1.4.0
- Create
CycleDetectorInjectorto be used in tests- Create a new error type
- Create a new type in internal utilities
- Change use of unexported type to an exported in public pkg
- remy public functions now use
Bind[T]instead oftypes.Bind[T]
- remy public functions now use
- Add
WrapRetrieverto DependencyRetriever interface - Add panic recover to
Dofunctions - Remove
sync.RWMutexfrom globalInjector - Swap type
InjectorbyDependencyRetrieverin Get methods - Boost performance by using pointer receiver in Injector/Storage methods