1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Liquid Change Log
2
2
3
- ## 5.7.3 (unreleased)
3
+ ## 5.8.1 (unreleased)
4
4
5
- * Raise Liquid::SyntaxError when parsing invalidly encoded strings
5
+ ## 5.8.0
6
+
7
+ * Introduce the new ` {% doc %} ` tag [ Guilherme Carreiro]
8
+
9
+ ## 5.7.3
10
+
11
+ * Raise Liquid::SyntaxError when parsing invalidly encoded strings [ Chris AtLee]
6
12
7
13
## 5.7.2 2025-01-31
8
14
9
- * Fix array filters to not support nested properties
15
+ * Fix array filters to not support nested properties [ Guilherme Carreiro ]
10
16
11
17
## 5.7.1 2025-01-24
12
18
13
- * Fix the ` find ` and ` find_index ` filters to return ` nil ` when filtering empty arrays
14
- * Fix the ` has ` filter to return ` false ` when filtering empty arrays
19
+ * Fix the ` find ` and ` find_index ` filters to return ` nil ` when filtering empty arrays [ Guilherme Carreiro ]
20
+ * Fix the ` has ` filter to return ` false ` when filtering empty arrays [ Guilherme Carreiro ]
15
21
16
22
## 5.7.0 2025-01-16
17
23
18
24
### Features
19
25
20
- * Add ` find ` , ` find_index ` , ` has ` , and ` reject ` filters to arrays
21
- * Compatibility with Ruby 3.4
26
+ * Add ` find ` , ` find_index ` , ` has ` , and ` reject ` filters to arrays [ Guilherme Carreiro ]
27
+ * Compatibility with Ruby 3.4 [ Ian Ker-Seymer ]
22
28
23
29
## 5.6.4 2025-01-14
24
30
0 commit comments