liquid v1.2 Release Notes

Release Date: 2017-07-23 // almost 7 years ago
    • ๐Ÿ‘€ #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 to map. 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 to string, in render output and filter arguments.
    • ๐Ÿ†• New method engine.ParseString.
    • ๐Ÿ’Ž array[1.2] is equivalent to array[1]. It's weird, but that's Ruby.

    Contributors