# v0.1.5

- Feature: handle optional value in array
- Feature: add `quiet` option to suppress the output
- docs: update benchmark

# v0.1.3

- Bug: Handle different structure between items in array. E.g: [{a: true}, {b: true}]
- Feature: Show type of the value for each path. If multiple types, show separated by a `|`.
- Tests: Added tests to cover the basic cases.
