remy/v1.2.0
What's Changed
- Replace default type resolution - Now it will not use the
reflect
package by default. - Add
UseReflectionType
option inConfig
struct - Improve tests coverage
- Add test to check type resolution for elements with same type-name and package-name from another module
- Fix
GetElemKey
method not being able to get the type of the interface - Fix an error where
interface
andpointer
of the same type were being registered as the same type - Create additional
"Do"
methods: DoGet, DoGetGen, DoGetGenFunc - Refactor the Storage/Injector retrieval to return an
error
instead of abool
Check on
Full Changelog: remy/v1.1.0...remy/v1.2.0