mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-26 13:45:13 -07:00
Update HISTORY.md for v2.4.0 release
This commit is contained in:
+11
@@ -1,5 +1,16 @@
|
|||||||
# Liquid Version History
|
# 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
|
||||||
|
|
||||||
|
|
||||||
## 2.3.0 / 2011-10-16
|
## 2.3.0 / 2011-10-16
|
||||||
|
|
||||||
* Several speed/memory improvements
|
* Several speed/memory improvements
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "liquid"
|
s.name = "liquid"
|
||||||
s.version = "2.3.0"
|
s.version = "2.4.0"
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.summary = "A secure, non-evaling end user template engine with aesthetic markup."
|
s.summary = "A secure, non-evaling end user template engine with aesthetic markup."
|
||||||
s.authors = ["Tobias Luetke"]
|
s.authors = ["Tobias Luetke"]
|
||||||
|
|||||||
Reference in New Issue
Block a user