- Add DirEntryExt and DirEntryFull. - Arguments for directory and file filtering.
Changed
- Replaced arguments `metadata` and `metadata_ext` with `return_type`. - Update documentation.
0.8.0
Added
- Add getters to DirEntry.
Changed
- Update documentation.
Fixed
- Correctly count hardlinks. - Update [jwalk](https://github.com/brmmm3/jwalk/tree/jwalk-0.4.1-alpha.1) to get correct extended metadata (size and hardlinks).
0.7.2
Changed
- Change default return_type for Walk to RETURN_TYPE_WALK.