Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

0.8.0

Compare
Choose a tag to compare
@castarco castarco released this 09 Apr 09:54
· 4 commits to main since this release
568554b

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.