Releases: chigopher/pathlib
Releases · chigopher/pathlib
v0.19.1
What's Changed
- Fix bug with ErrSkipSubtree at root by @LandonTClipp in #66
Full Changelog: v0.19.0...v0.19.1
v0.19.0
v0.18.0
What's Changed
- Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #63
- Bump golang.org/x/text from 0.3.3 to 0.3.8 by @dependabot in #64
- Add Pre-Order DFS walk by @LandonTClipp in #62
New Contributors
- @dependabot made their first contribution in #63
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Add functional options to NewPath by @LandonTClipp in #60
Full Changelog: v0.16.0...v0.17.0
v0.16.0
v1.0.1
What's Changed
- Update README.md by @LandonTClipp in #54
- Add go.mod retraction for v1.0.0 by @LandonTClipp in #56
Full Changelog: v0.14.0...v1.0.1
v0.15.0
What's Changed
- Wrap sentinel error in RelativeTo by @LandonTClipp in #50
Full Changelog: v0.13.1...v0.15.0
v0.14.0
What's Changed
- Wrap sentinel error in RelativeTo by @LandonTClipp in #50
Full Changelog: v0.13.1...v0.14.0
v0.13.1
What's Changed
- Add/fix codecov by @LandonTClipp in #47
- Fix panic in RelativeTo by @LandonTClipp in #49
Full Changelog: v0.13.0...v0.13.1
Add option funcs for walk constructor
What's Changed
- Add options for walk constructor, improve CI/CD by @LandonTClipp in #46
Full Changelog: v0.12.0...v0.13.0