mirror of
https://github.com/Shopify/liquid.git
synced 2025-11-01 00:03:15 -04:00
v4.0.2
This commit is contained in:
parent
14cd011cb5
commit
8013df8ca2
11
History.md
11
History.md
@ -1,5 +1,16 @@
|
||||
# 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
|
||||
|
||||
### Changed
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# encoding: utf-8
|
||||
|
||||
module Liquid
|
||||
VERSION = "4.0.1".freeze
|
||||
VERSION = "4.0.2".freeze
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user