All Versions
54
Latest Version
Avg Release Cycle
40 days
Latest Release
86 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.4
November 30, 2020- ๐ Fix formatting/ToString of char.
- ๐ Fix issue when using a local variable inside an object initializer.
- ๐ Fix Template.Evaluate if used with Liquid.
- ๐ Fix argument out of the range when using TemplateContext.IndentWithInclude.
-
v3.0.3
November 29, 2020- ๐ Fix parsing of comment with a code exit when parsing mode is script only.
-
v3.0.2
November 23, 2020- ๐ Fix array multiply
-
v3.0.1
November 22, 2020- ๐ Fix TemplateContext.CurrentNode when current node is a value
-
v3.0.0
November 15, 2020- ๐ Final release of 3.0.0
-
v3.0.0-alpha.9
August 20, 2020- ๐ Fix global scope variable for function with parameters
-
v3.0.0-alpha.8
August 07, 2020- โ Add support for custom functions with optional and variable parameters (e.g
func f(x, y = 2, z...); end;
) - โ Add support for safe dot expression (e.g
target?.member1?.sub_member1
)
- โ Add support for custom functions with optional and variable parameters (e.g
-
v3.0.0-alpha.6
July 31, 2020- โ Add support for conditional ternary expression (e.g
condition ? thenValue : elseValue
)
- โ Add support for conditional ternary expression (e.g
-
v3.0.0-alpha.4
July 25, 2020- ๐ Allow to pass regular arguments to function calls in-between named arguments
-
v3.0.0-alpha.3
July 16, 2020- ๐ Improve TemplateContext.GetTypeName
- โ Added upcase string filter to list of built-in Liquid functions