Changelog
10.0.0 (2022-11-27)
_evalToken
renamed to evalToken
(4e1a30a)ownPropertyOnly
default value to true
(7eb6216)operatorsTrie
and hide this implementation (bb58d3e)toThenable
export (ffefd91)Context
class in evalValue
argument (b115077)evalToken
now returns a generator (LiquidJS async), which is different from evalToken
in previous LiquidJS versions.ownPropertyOnly
default value changed to true
<liquidjs>.toThenable
is removed, use <liquidjs>.toPromise
insteadevalValue
won't support Context
as second argument anymore.operators
instead of operatorsTrie
as Tokenizer constructor argument, #500<liquidjs>.filters
are now in snake case (instead of camel case), identical to that in Liquid template.