Skip to content

Allow single recursion repeats

Choose a tag to compare

@MGatner MGatner released this 02 Oct 14:56
· 54 commits to master since this release
3b49add

This update increases the scope for nested relations.

Previously $factories->machines[1]->factory was not allowed, but now is. $factories->machines[1]->factory->machines is still prevented.