liquid 2.4.0 → 2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.md +11 -0
- metadata +2 -2
data/History.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# Liquid Version History
|
2
2
|
|
3
|
+
## 2.4.0 / 2012-08-03
|
4
|
+
|
5
|
+
* Performance improvements
|
6
|
+
* Allow filters in `assign`
|
7
|
+
* Add `modulo` filter
|
8
|
+
* Ruby 1.8, 1.9, and Rubinius compatibility fixes
|
9
|
+
* Add support for `quoted['references']` in `tablerow`
|
10
|
+
* Add support for Enumerable to `tablerow`
|
11
|
+
* `strip_html` filter removes html comments
|
12
|
+
|
13
|
+
|
3
14
|
## 2.3.0 / 2011-10-16
|
4
15
|
|
5
16
|
* Several speed/memory improvements
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: liquid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-08-
|
12
|
+
date: 2012-08-07 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email:
|