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

Changelog History
Page 5

  • v3.0.0-alpha.2 Changes

    July 06, 2020
    • Add object.eval function.
  • v3.0.0-alpha.1 Changes

    June 18, 2020
    • First alpha version for 3.0.0, no changelog yet.
  • v2.1.4 Changes

    August 16, 2020
    • ๐Ÿ›  Fix issue if/else returns null (#251)
  • v2.1.3 Changes

    June 05, 2020
    • ๐Ÿ›  Fix comparison != with null (#189)
    • ๐Ÿ›  Fix flow state after a return in a template to allow to reuse the same TemplateContext (#182)
    • ๐Ÿ›  Fix EnableRelaxedMemberAccess for function call (#200)
    • ๐Ÿ›  Fix overrides when importing an object overriding base class methods (#227)
  • v2.1.2 Changes

    March 08, 2020
    • Case insensitive member lookup in ScriptObject
  • v2.1.1 Changes

    December 06, 2019
    • ๐Ÿ›  Fix issue with binary operator (a && b) that was still evaluating b even if a was already true (#191)
  • v2.1.0 Changes

    June 30, 2019
    • ๐Ÿ‘ Allow assignments only in top level expression statements (#169)
    • ๐Ÿ›  Fix issue with parameter less wrap function (#177)
    • ๐Ÿ‘‰ Make for variable only local to the loop (#172)
  • v2.0.1 Changes

    May 11, 2019
    • ๐Ÿ›  Fix accessing object property using indexer notation when this is a .NET object (#116)
    • ๐Ÿ›  Fix for appearance parser errors in ASP.NET Core developer exception page Continue to fix problem described in this PR https://github.com/lunet-io/scriban/pull/109
    • ๐Ÿ›  Fix issue with operator || evaluating right expression even if left is true (#166)
  • v2.0.0 Changes

    March 08, 2019
    • ๐Ÿ›  Fix Template.ParseLiquid throws NullReferenceException #120
    • ๐Ÿ›  Fix ArgumentOutOfRangeException when parsing invalid escape \u \x in strings (#121)
    • ๐Ÿ›  Fix InvalidCastException when an invalid conversion is occuring (#122)
    • ๐Ÿ›  Fix operator precedence for unary operators (#136)
  • v2.0.0-alpha Changes

    March 07, 2019
    • ๐Ÿ‘Œ Improve performance of for loops
    • โฌ‡๏ธ Reduce allocations for string functions
    • โž• Add support for rendering exceptions
    • โž• Add base64 functions
    • ๐Ÿ‘ Limit the supported .NET platforms to net35 ,net40,net45,netstandard1.1,netstandard1.3,netstandard2.0`