Releases: arduino/go-paths-helper
Releases · arduino/go-paths-helper
v1.14.0
What's Changed
- Fixed short-path tests. by @cmaglie in #38
 - Remove deprecated calls to ioutil.* by @cmaglie in #36
 - Relicense under GPL-3.0 by @cmaglie in #40
 - Added RunAndCaptureCombinedOutput by @cmaglie in #41
 - Added PathList.Equals method by @cmaglie in #32
 - Fixed typo in docs by @cmaglie in #42
 
Full Changelog: v1.13.1...v1.14.0
v1.13.1
v1.13.0
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