SmartFormat.NET v1.5 Release Notes

    • ➕ Added "Nested Scopes" feature. This allows a nested template to easily access outer scopes, without tricky workarounds.
      For example: in "{Person: {Address: {City} {FirstName} } }", {City} will come from Address, but {FirstName} will come from Person.
      This will work especially well with conditional formatting!