* Fix `{% doc %}` tag to be visitable [Guilherme Carreiro]
5.8.0
* Introduce the new `{% doc %}` tag [Guilherme Carreiro]
5.7.3
* Raise Liquid::SyntaxError when parsing invalidly encoded strings [Chris AtLee]
5.7.2
* Fix array filters to not support nested properties [Guilherme Carreiro]
5.7.1
* Fix the `find` and `find_index`filters to return `nil` when filtering empty arrays [Guilherme Carreiro] * Fix the `has` filter to return `false` when filtering empty arrays [Guilherme Carreiro]
5.7.0
Features
* Add `find`, `find_index`, `has`, and `reject` filters to arrays [Guilherme Carreiro] * Compatibility with Ruby 3.4 [Ian Ker-Seymer]