Fix backward-compatibility issue with the 'sort' filter

This commit is contained in:
Guilherme Carreiro
2025-01-29 16:50:05 +01:00
parent 8dd9279265
commit 0ae38bac69
4 changed files with 125 additions and 3 deletions
+4
View File
@@ -2,6 +2,10 @@
## 5.8.0 (unreleased)
## 5.7.2 2025-01-30
- Fix the `sort` filter to handle nested properties gracefully when their types don't match
## 5.7.1 2025-01-24
* Fix the `find` and `find_index`filters to return `nil` when filtering empty arrays