Skip to content

remy/v1.2.0

Compare
Choose a tag to compare
@Jictyvoo Jictyvoo released this 24 Jul 05:19
· 138 commits to main since this release
1af51d8

What's Changed

  • Replace default type resolution - Now it will not use the reflect package by default.
  • Add UseReflectionType option in Config 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 and pointer 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 a bool

Check on

Full Changelog: remy/v1.1.0...remy/v1.2.0