mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Update History.md
This commit is contained in:
+14
-5
@@ -1,12 +1,20 @@
|
|||||||
# Liquid Version History
|
# Liquid Version History
|
||||||
|
|
||||||
## 2.6.0 / Master branch
|
## 2.6.0 / Master branch (not yet released)
|
||||||
|
|
||||||
* Add reverse filter
|
* ...
|
||||||
|
* Bugfix for #150: 'for' parsing bug [Peter Schröder, phoet]
|
||||||
|
* Bugfix for #126: Strip CRLF in strip_newline [Peter Schröder, phoet]
|
||||||
|
* Allow a Liquid::Drop to be passed into Template#render [Daniel Huckstep, darkhelmet]
|
||||||
|
* Resource limits [Florian Weingarten, fw42]
|
||||||
|
* Add reverse filter [Jay Strybis, unreal]
|
||||||
* Add utf-8 support
|
* Add utf-8 support
|
||||||
* Cache for partials
|
* Use array instead of Hash to keep the registered filters [Tasos Stathopoulos, astathopoulos]
|
||||||
* Avoid warnings in Ruby 1.9.3
|
* Cache tokenized partial templates [Tom Burns, boourns]
|
||||||
* Use of BigDecimal on filters to have better precision
|
* Avoid warnings in Ruby 1.9.3 [Marcus Stollsteimer, stomar]
|
||||||
|
* Better documentation for 'include' tag (closes #163) [Peter Schröder, phoet]
|
||||||
|
* Use of BigDecimal on filters to have better precision (closes #155) [Arthur Nogueira Neves, arthurnn]
|
||||||
|
|
||||||
|
|
||||||
## 2.5.0 / 2013-03-06
|
## 2.5.0 / 2013-03-06
|
||||||
|
|
||||||
@@ -16,6 +24,7 @@
|
|||||||
* Fix filter parser for args without space separators
|
* Fix filter parser for args without space separators
|
||||||
* Add support for filter keyword arguments
|
* Add support for filter keyword arguments
|
||||||
|
|
||||||
|
|
||||||
## 2.4.0 / 2012-08-03
|
## 2.4.0 / 2012-08-03
|
||||||
|
|
||||||
* Performance improvements
|
* Performance improvements
|
||||||
|
|||||||
Reference in New Issue
Block a user