mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 11:20:41 -07:00
Merge branch 'master' of github.com:Shopify/liquid
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
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ task :default => 'test'
|
|||||||
|
|
||||||
Rake::TestTask.new(:test) do |t|
|
Rake::TestTask.new(:test) do |t|
|
||||||
t.libs << '.' << 'lib' << 'test'
|
t.libs << '.' << 'lib' << 'test'
|
||||||
t.pattern = 'test/liquid/**/*_test.rb'
|
t.test_files = FileList['test/liquid/**/*_test.rb']
|
||||||
t.verbose = false
|
t.verbose = false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user