All Versions
84
Latest Version
Avg Release Cycle
18 days
Latest Release
782 days ago

Changelog History
Page 3

  • v3.3.2 Changes

    December 30, 2020
    • ๐Ÿ›  Fix implicit function calls which take ScriptExpression as an argument.
  • v3.3.1 Changes

    December 30, 2020
    • ๐Ÿ›  Fix operator precedence issue with implicit function calls in scientific language mode.
  • v3.3.0 Changes

    December 29, 2020
    • ๐Ÿ›  Fix regression with include that was not propagating caller variables
    • ๐Ÿ‘‰ Make TemplateContext.SetLoopVariable virtual.
  • v3.2.2 Changes

    December 24, 2020
    • โž• Add #nullable disable to allow embedding Scriban as sources in a project that has enabled nullable
  • v3.2.1 Changes

    December 21, 2020
    • ๐Ÿ›  Fix support for Scriban package bundled with sources
  • v3.2.0 Changes

    December 21, 2020
    • โž• Add support for Scriban package bundled with sources
  • v3.1.0 Changes

    December 21, 2020
    • ๐Ÿ›  Fix issue with end of statement not followed by an EOS (#275)
    • ๐Ÿ›  Fix parent node span does not include all its children (#280)
    • โž• Add object.kind method and fix TemplateContext.GetTypeName for enum
  • v3.0.7 Changes

    December 15, 2020
    • ๐Ÿ›  Fix unary minus operator missing in Liquid
  • v3.0.6 Changes

    December 06, 2020
    • ๐Ÿ›  Fix substraction in scientific mode when no whitespace was involved (e.g 1-2) reslting in an implicit multiplication (1 * -2).
  • v3.0.5 Changes

    December 01, 2020
    • ๐Ÿ›  Fix indentation for nested includes when using TemplateContext.IndentWithInclude