All Versions
84
Latest Version
Avg Release Cycle
18 days
Latest Release
1143 days ago
Changelog History
Page 5
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`