Skip to content

Releases: arduino/go-paths-helper

v1.12.1

04 Jun 15:35
6444974
Compare
Choose a tag to compare

What's Changed

  • Improvements to Process.Kill() method. by @cmaglie in #31

Full Changelog: v1.12.0...v1.12.1

Release 1.12.0

16 Jan 16:11
4ac75f3
Compare
Choose a tag to compare

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

19 Dec 17:10
b3ef88d
Compare
Choose a tag to compare

What's Changed

  • Added generic filtering function for PathList by @cmaglie in #27

Full Changelog: v1.10.1...v1.11.0

v1.10.1

07 Dec 14:18
0fabf94
Compare
Choose a tag to compare

What's Changed

  • Removed dependency on github.com/pkg/errors by @cmaglie in #26

Full Changelog: v1.10.0...v1.10.1

v1.10.0

05 Dec 09:02
a148065
Compare
Choose a tag to compare

What's Changed

  • Integrate process handling helpers by @cmaglie in #25

Full Changelog: v1.9.2...v1.10.0

v1.9.2

21 Sep 14:22
v1.9.2
225b25c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.1...v1.9.2

Release 1.9.1

10 May 12:47
7d88805
Compare
Choose a tag to compare

What's Changed

  • Restore 1.x.x compatibility by @cmaglie in #22
    A breaking change in Path.IsInsideDir has been checked-in in v1.9.0. This release restores the compatibility with 1.x.

Release v1.8.0

01 Dec 15:18
445bb42
Compare
Choose a tag to compare
  • Added filters FilterNames and FilterOutNames

Release 1.6.1

12 Jul 15:04
43bf0b4
Compare
Choose a tag to compare
Merge pull request #12 from arduino/limit-recursiveness

Check IsDir error while doing recursive ReadDir