Apply the same fix for find_index and has

This commit is contained in:
Guilherme Carreiro
2025-01-23 16:44:58 +01:00
parent 2883fd58bb
commit 4e59e8ca6c
3 changed files with 36 additions and 3 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
## 5.7.1 2025-01-23
* Fix the `find` filter to return `nil` when filtering empty arrays
* Fix the `find` and `find_index`filters to return `nil` when filtering empty arrays
* Fix the `has` filter to return `false` when filtering empty arrays
## 5.7.0 2025-01-16