Commit graph

4 commits

Author SHA1 Message Date
taca
0ec14625da Update ruby-liquid to 2.5.0.
## 2.5.0 / 2013-03-06

* 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
2013-03-14 16:47:49 +00:00
taca
e8c3ef2fdb Update ruby-liquid to 2.4.1.
# Liquid Version History

## 2.4.0 / 2012-08-03

* Performance improvements
* Allow filters in `assign`
* Add `modulo` filter
* Ruby 1.8, 1.9, and Rubinius compatibility fixes
* Add support for `quoted['references']` in `tablerow`
* Add support for Enumerable to `tablerow`
* `strip_html` filter removes html comments
2012-09-16 13:37:52 +00:00
taca
fd1ebf979b Update ruby-liquid package to 2.3.0.
## 2.3.0

* Several speed/memory improvements
* Numerous bug fixes
* Added support for MRI 1.9, Rubinius, and JRuby
* Added support for integer drop parameters
* Added epoch support to `date` filter
* New `raw` tag that suppresses parsing
* Added `else` option to `for` tag
* New `increment` tag
* New `split` filter


## 2.2.1 / 2010-08-23

* Added support for literal tags
2011-12-16 13:27:06 +00:00
minskim
ab851e78c1 Import ruby19-liquid-2.2.2 as www/ruby-liquid.
Liquid is a Ruby library for rendering safe templates which cannot
affect the security of the server they are rendered on.
2011-05-22 05:55:57 +00:00