Skip to content

Update

Improvements

  • Added two features which can be used to simplify condition & transformer configuration in some cases:
    • The new unless transformer is a compact alternative to using if with a not condition.
    • The not condition now supports specifying a list of conditions via anyOf, which achieves the same result as specifying that list inside a nested or condition.