This repository was archived by the owner on Apr 21, 2024. It is now read-only.
0.8.0
New Features
This release introduces a new function cc2ic
that helps dealing with the injection of concrete class constructors, allowing us to "interpret" them as "interface constructors".
This can be very helpful, as we depend on abstract interfaces, but we inject concrete implementations, and it is very difficult to encode this information into the complex types we use in Lambda-IOC.