mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
v4.0.2
This commit is contained in:
+11
@@ -1,5 +1,16 @@
|
|||||||
# Liquid Change Log
|
# Liquid Change Log
|
||||||
|
|
||||||
|
## 4.0.2 / 2019-03-08
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Add `where` filter (#1026) [Samuel Doiron]
|
||||||
|
* Add `ParseTreeVisitor` to iterate the Liquid AST (#1025) [Stephen Paul Weber]
|
||||||
|
* Improve `strip_html` performance (#1032) [printercu]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Add error checking for invalid combinations of inputs to sort, sort_natural, where, uniq, map, compact filters (#1059) [Garland Zhang]
|
||||||
|
* Validate the character encoding in url_decode (#1070) [Clayton Smith]
|
||||||
|
|
||||||
## 4.0.1 / 2018-10-09
|
## 4.0.1 / 2018-10-09
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "4.0.1".freeze
|
VERSION = "4.0.2".freeze
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user