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.8.0

  • Replace internal type detection
    • Stop using fmt.Sprintf which uses reflection by default
    • Optimize existent function TypeNameByReflection
    • Add 0-width generic type that will be used as key for injections
  • Change BindKey type to any
  • Upgrade minimal go-version to 1.20
    • This was made to be able to use any as comparable
  • Remove GenerifyInterfaces=true from default injector Config