digitalmars.D.announce - Aedi dependency injection framework 1.0.0
- Alexandru Ermicioi (17/17) Oct 07 2018 Hi Dlang community,
- Nicholas Wilson (3/7) Oct 07 2018 Link?
- Alexandru Ermicioi (4/13) Oct 07 2018 Sorry forgot,
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
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
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:Sorry forgot, Here it is: http://code.dlang.org/packages/aediHi Dlang community, I'm announcing version 1.0.0 of Aedi dependency injection framework. [...]Link?
Oct 07 2018