2013-09-15 19:25:03 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-liquid to 2.5.2.
Exact changes aren't available. Please refer change log in github.
|
2013-03-14 17:47:49 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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
|
2012-09-16 15:37:52 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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
|
2011-12-16 14:27:06 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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-05-22 07:55:58 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
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.
|