All Versions
84
Latest Version
Avg Release Cycle
18 days
Latest Release
1166 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.8.2 Changes
May 27, 2021- ๐ Fix regession with new interface
IItemAccessor
not compatible with source distribution (#363)
- ๐ Fix regession with new interface
-
v3.8.1 Changes
May 25, 2021- ๐ Fix regression with ternary operator (#360)
-
v3.8.0 Changes
May 25, 2021- โ Add special assignment operators like
x += 1
(#353) - โ Add
blank
alias toempty
(#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
orRecurseLimit
are equal to0
- ๐ Fix issue with
%L
date formatter to not drop 0 milliseconds (#349) - ๐ Rename ScriptBinaryOperator.Substract to Subtract
- โ Add special assignment operators like
-
v3.7.0 Changes
May 01, 2021- โ Add
TemplateContext.ObjectRecursionLimit
to protect against recursion limits (#340) - โ Add
string.remove_last
function (#339) - ๐ Fix evaluation of string (#342)
- โ Add
-
v3.6.0 Changes
March 20, 2021- โ Add
math.uuid
andmath.random
functions
- โ Add
-
v3.5.0 Changes
February 13, 2021- โ Add EnableDisplayInnerException for ScriptRuntimeException (#329)
- โ Add support for multi-line pipes
- ๐ Fix named arguments for include
-
v3.4.2 Changes
February 01, 2021- ๐ Fix evaluation when an enumeration is returned (#324)
- ๐ Improve returned AST when an valid part of member expression (#318)
- Implement missing Collection interface methods for ScriptArray (#326)
-
v3.4.1 Changes
January 23, 2021- ๐ Fix to ensure that attempting to render object with indexed property does not cause crash (#312)
- ๐ Fix to ensure badly formed function declarations do not break parser
- ๐ Fix array.each/join stopping evaluation of following statements after using a function
- โ Add array.filter function (#316)
-
v3.4.0 Changes
January 21, 2021- โ Add string.whitespace and string.empty (#307)
- ๐
Template.Parse
is not returning a partial AST even in case of a parser error (#308) - โ Add string.literal function
- โ Add array.each function
- ๐ Change array.join to take an optional formatting function
-
v3.3.3 Changes
January 14, 2021- ๐ Fix NullReferenceException with malformed input (#293)
- ๐ Fix include operation failing when strictVariables set (#300)
- ๐ Fix internals of Scriban.DelegateCodeGen