File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- # [ Unreleased ]
1+ # 1.1.1 (2025-09-20)
22
33## Enhancements
44
88
99* Return ` {:error, errors} ` tuple when both strict_filters and strict_variables are enforced while rendering a template
1010* Use correct variable name in the ` Solid.UndefinedVariableError ` message
11+ * Fix ` strip_html ` filter to handle multiline comments
12+ * Fix nil argument for ` replace_last ` filter
13+ * Fix ` replace_last ` filter bug with duplicate substrings
14+ * Fix non-list inputs in ` sort_natural ` filter
15+ * Fix ` replace_first ` filter for nil argument
1116
1217# 1.0.1 (2025-07-04)
1318
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Solid.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/edgurgel/solid"
5- @ version "1.1.0 "
5+ @ version "1.1.1 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments