Releases: arduino/go-paths-helper
Releases · arduino/go-paths-helper
v1.12.1
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
v1.11.0
v1.10.1
v1.10.0
v1.9.2
What's Changed
- Fix CopyTo same filepath truncate the file by @alessio-perugini in #24
New Contributors
- @alessio-perugini made their first contribution in #24
Full Changelog: v1.9.1...v1.9.2
Release 1.9.1
Release v1.8.0
- Added filters
FilterNames
andFilterOutNames
Release 1.6.1
Merge pull request #12 from arduino/limit-recursiveness Check IsDir error while doing recursive ReadDir