Liquid v2.6.0 Release Notes

Release Date: 2013-11-25 // over 10 years ago
  • ๐Ÿ’Ž IMPORTANT: Liquid 2.6 is going to be the last version of Liquid which maintains explicit Ruby 1.8 compatability. ๐Ÿš€ The following releases will only be tested against Ruby 1.9 and Ruby 2.0 and are likely to break on Ruby 1.8.

    • ๐Ÿ›  Bugfix for #106: fix example servlet [gnowoel]
    • ๐Ÿ›  Bugfix for #97: strip_html filter supports multi-line tags [Jo Liss]
    • ๐Ÿ›  Bugfix for #114: strip_html filter supports style tags [James Allardice]
    • ๐Ÿ›  Bugfix for #117: 'now' support for date filter in Ruby 1.9 [Notre Dame Webgroup]
    • ๐Ÿ›  Bugfix for #166: truncate filter on UTF-8 strings with Ruby 1.8 [Florian Weingarten]
    • ๐Ÿ›  Bugfix for #204: 'raw' parsing bug [Florian Weingarten]
    • ๐Ÿ›  Bugfix for #150: 'for' parsing bug [Peter Schrรถder]
    • ๐Ÿ›  Bugfix for #126: Strip CRLF in strip_newline [Peter Schrรถder]
    • ๐Ÿ›  Bugfix for #174, "can't convert Fixnum into String" for "replace" [jsw0528]
    • ๐Ÿ‘ Allow a Liquid::Drop to be passed into Template#render [Daniel Huckstep]
    • Resource limits [Florian Weingarten]
    • โž• Add reverse filter [Jay Strybis]
    • โž• Add utf-8 support
    • ๐Ÿ‘‰ Use array instead of Hash to keep the registered filters [Tasos Stathopoulos]
    • Cache tokenized partial templates [Tom Burns]
    • โš  Avoid warnings in Ruby 1.9.3 [Marcus Stollsteimer]
    • ๐Ÿ‘ Better documentation for 'include' tag (closes #163) [Peter Schrรถder]
    • ๐Ÿ‘‰ Use of BigDecimal on filters to have better precision (closes #155) [Arthur Nogueira Neves]