File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 3232 * ` :lax ` and ` lax_parse ` is no longer supported
3333 * ` :strict ` and ` strict_parse ` is no longer supported
3434 * ` strict2_parse ` is renamed to ` parse_markup `
35- * The ` warnings ` system has been removed.
36- * ` Parser#expression ` is renamed to ` Parser#expression_string `
37- * ` safe_parse_expression ` methods are replaced by ` Parser#expression `
38- * ` parse_expression ` methods are replaced by ` Parser#unsafe_parse_expression `
35+ * Expressions
36+ * The ` warnings ` system has been removed.
37+ * ` Parser#expression ` is renamed to ` Parser#expression_string `
38+ * ` safe_parse_expression ` methods are replaced by ` Parser#expression `
39+ * ` parse_expression ` methods are replaced by ` Parser#unsafe_parse_expression `
40+ * ` Condition `
41+ * ` new(expr) ` no longer accepts an ` op ` or ` right ` . Logic moved to BinaryExpression.
42+ * ` Condition#or ` and ` Condition#and ` were replaced by ` BinaryExpression ` .
43+ * ` Condition#child_relation ` replaced by ` BinaryExpression ` .
44+ * ` Condition.operations ` was removed.
45+ * ` Condtion::MethodLiteral ` was moved to the ` Liquid ` namespace
3946
4047### Migrating from ` ^5.11.0 `
4148- In custom tags that include ` ParserSwitching ` , rename ` strict2_parse ` to ` parse_markup `
You can’t perform that action at this time.
0 commit comments