All Versions
34
Latest Version
Avg Release Cycle
167 days
Latest Release
102 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.6.2 Changes
January 23, 2015- β Remove duplicate hash key [Parker Moore]
-
v2.6.1 Changes
January 10, 2014π Security fix, cherry-picked from master (4e14a65):
- π Don't call to_sym when creating conditions for security reasons (#273) [Bouke van der Bijl]
- Prevent arbitrary method invocation on condition objects (#274) [Dylan Thacker-Smith]
-
v2.6.0 Changes
November 25, 2013π 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]
-
v2.5.5 Changes
January 10, 2014π Security fix, cherry-picked from master (4e14a65):
- π Don't call to_sym when creating conditions for security reasons (#273) [Bouke van der Bijl]
- Prevent arbitrary method invocation on condition objects (#274) [Dylan Thacker-Smith]
-
v2.5.4 Changes
November 11, 2013- π Fix "can't convert Fixnum into String" for "replace" (#173), [jsw0528]
-
v2.5.3 Changes
October 09, 2013- #232, #234, #237: Fix map filter bugs [Florian Weingarten]
-
v2.5.2 Changes
September 03, 2013π Yanked from rubygems, as it contained too many changes that broke compatibility. Those changes will be on following major releases.
-
v2.5.1 Changes
July 24, 2013- π #230: Fix security issue with map filter, Use invoke_drop in map filter [Florian Weingarten]
-
v2.5.0 Changes
March 06, 2013- Prevent Object methods from being called on drops
- Avoid symbol injection from liquid
- β Added break and continue statements
- π Fix filter parser for args without space separators
- β Add support for filter keyword arguments
-
v2.4.0 Changes
August 03, 2012- π Performance improvements
- π Allow filters in
assign
- β Add
modulo
filter - π Ruby 1.8, 1.9, and Rubinius compatibility fixes
- β Add support for
quoted['references']
intablerow
- β Add support for Enumerable to
tablerow
- π
strip_html
filter removes html comments