www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Aedi dependency injection framework 1.0.0

reply Alexandru Ermicioi <alexandru.ermicioi gmail.com> writes:
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.
Oct 07 2018
parent reply Nicholas Wilson <iamthewilsonator hotmail.com> writes:
On Sunday, 7 October 2018 at 10:14:08 UTC, Alexandru Ermicioi 
wrote:
 Hi Dlang community,

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

 [...]
Link?
Oct 07 2018
parent Alexandru Ermicioi <alexandru.ermicioi gmail.com> writes:
On Sunday, 7 October 2018 at 12:12:46 UTC, Nicholas Wilson wrote:
 On Sunday, 7 October 2018 at 10:14:08 UTC, Alexandru Ermicioi 
 wrote:
 Hi Dlang community,

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

 [...]
Link?
Sorry forgot, Here it is: http://code.dlang.org/packages/aedi
Oct 07 2018