v2.1.0
Release Note for Version 2.1.0:
We're thrilled to announce the release of SuperInject version 2.1.0! This update introduces greater flexibility in the dependency injection process, especially when dealing with generic types and interfaces.
Changelog:
Generic Type Support: The library now intelligently handles generic types, both with and without interfaces. Whether you have generic types implementing interfaces or standalone generic types, SuperInject adapts to your project's structure.
Interface and Non-Interface Scenarios: SuperInject seamlessly registers your services and repositories, accommodating both scenarios where types implement interfaces and cases where types are standalone.
Automatic Detection: The library maintains its auto-detection capabilities for services and repositories marked with attributes, ensuring smooth integration into your project.
Upgrade to version 2.1.0 now to leverage these improvements in handling generic types and interfaces with SuperInject!