Release 1.12.0
What's Changed
This release features a big bug-fix in *Path.ReadDirRecursive*
methods since they do not stop anymore on broken symlinks (instead the broken symlink is returned as a file in the directory).
The change above should not create any breaking change, but it's something to keep an eye on if things start to behave weirdly...
- Detection of recursion loops in ReadDirRecursive* methods by @cmaglie in #29
- Added Lstat method by @cmaglie in #28
- Do not stop
ReadDirRecursive*
on broken symlinks by @cmaglie in #30
Full Changelog: v1.11.0...v1.12.0