scriban v3.8.0 Release Notes

Release Date: 2021-05-25 // almost 3 years ago
    • โž• Add special assignment operators like x += 1 (#353)
    • โž• Add blank alias to empty (#347)
    • โž• Add support for .NET indexers (#346)
    • ๐Ÿ›  Fix parsing of function call AST in case of a no-arg function call with a pipe (#344)
    • โž• Add support for opposite of null-coalescing operator ?!
    • ๐Ÿ‘ Allow to disable safe runtime checks if TemplateContext.LoopLimit or RecurseLimit are equal to 0
    • ๐Ÿ›  Fix issue with %L date formatter to not drop 0 milliseconds (#349)
    • ๐Ÿ“‡ Rename ScriptBinaryOperator.Substract to Subtract