Skip to content

Added operator expressions and embedded filters

Pre-release
Pre-release
Compare
Choose a tag to compare
@LaravelFreelancerNL LaravelFreelancerNL released this 27 Oct 21:58
cc76101

You can now use if($conditions, $then, $else) as an expression.

You can now use calc($leftOperand, $operator, $rightOperand) for simple calculations

You can now add a layer of embedding to filters.