Fix the find filter to return nil when filtering empty arrays

This commit is contained in:
Guilherme Carreiro
2025-01-23 11:12:28 +01:00
parent b0dbc62696
commit 2883fd58bb
4 changed files with 25 additions and 4 deletions
+5
View File
@@ -2,9 +2,14 @@
## 5.8.0 (unreleased)
## 5.7.1 2025-01-23
* Fix the `find` filter to return `nil` when filtering empty arrays
## 5.7.0 2025-01-16
### Features
* Add `find`, `find_index`, `has`, and `reject` filters to arrays
* Compatibility with Ruby 3.4