Skip to content

Improved Argument Resolver and Code Splitting

Compare
Choose a tag to compare
@MaxStalker MaxStalker released this 05 Oct 14:18

⭐ 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!