Releases: osteele/liquid
Releases · osteele/liquid
v1.2.1
v1.2
- #23
struct
value fields and methods are available via index and property syntax. See the README. Suggestion and example code contributed by @thessem. - #23
&map
is equivalent tomap
. Suggestion and example code contributed by @thessem. - #24 When a filter returns an error, it's returned as a render error. Contributed by @thessem.
yaml.MapSlice
is recognized as a hash.[]byte
values are converted tostring
, in render output and filter arguments.- New method
engine.ParseString
. array[1.2]
is equivalent toarray[1]
. It's weird, but that's Ruby.