Skip to main content
Remy DI - Dependency Injection for Go
GitHub Go Docs Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

v1.7.0

  • Add a new config option to guess element type
    • It only works for instance binds
    • Is strongly recommended to not use
    • Add test cases for new element guessing system
  • Create an example that uses the new element guessing option
  • Add new errors on utils package
  • Remove unused Default[T any]() T function from utils
  • Refactor cacheConfig internally to use bitwise operators on numeric element
    • This will allow to pass less parameters to constructors