Fix array filters to not support nested properties

This commit is contained in:
Guilherme Carreiro
2025-01-31 13:53:17 +01:00
parent 8dd9279265
commit f9454d8cf3
4 changed files with 13 additions and 151 deletions
+4
View File
@@ -2,6 +2,10 @@
## 5.8.0 (unreleased)
## 5.7.2 2025-01-31
* Fix array filters to not support nested properties
## 5.7.1 2025-01-24
* Fix the `find` and `find_index`filters to return `nil` when filtering empty arrays