Aedi dependency injection framework 1.0.0

Alexandru Ermicioi alexandru.ermicioi at gmail.com
Sun Oct 7 10:14:08 UTC 2018


Hi Dlang community,

I'm announcing version 1.0.0 of Aedi dependency injection 
framework.

The implementation will be frozen, and only bug fixes, or 
improvements that don't break compatibility will be added to v1.
Version 1.0.0 brings with itself two more improvements:
- All interfaces, and implementations were upgraded to @safe 
level, with few parts being @trusted, allowing containers to be 
used in @safe code.
- Autowiring mechanisms were improved to use method name or field 
name to search for right dependency to inject, and @qualifier 
annotation on method arguments or their names to inject, before 
falling back to inject based upon field, or method argument type.

Improvements, bugfixes, are welcome, if you have questions on the 
library and how it can be used, just ask!

Regards,
Alexandru.


More information about the Digitalmars-d-announce mailing list