* Fix array filters to not support nested properties
5.7.1
* 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
Features
* Add `find`, `find_index`, `has`, and `reject` filters to arrays * Compatibility with Ruby 3.4
5.6.4
Fixes * Add a default `string_scanner` to avoid errors with `Liquid::VariableLookup.parse("foo.bar")` [Ian Ker-Seymer]