Improved Argument Resolver and Code Splitting
⭐ Argument Resolver Updated
For this version we overhauled how complex arguments are being resolved. So now it's possible to pass an array of dictionaries and it will be properly resolved according to it's types.
⭐ Generator logic isolated
We isolated generator logic into a submodule, which should reduce amount of build errors, when flow-cadut
is included as dependency.
Big thanks to @jciruolo for bringing his case and working on package improvements!