v0.6.0
v0.6.0 (2019-07-27)
Closed issues:
- Default lstat should just call stat? (#37)
- Add docs (#36)
- Support sorting a list of paths? (#31)
- add
expanduser\(p::AbstractPath\)=p
(#25) - Minimum set of path operations (#24)
- make
parent\(p"file.txt"\)
returnp"."
? (#19) - Log a warning if file exists and overwrite is not set? (#18)
- More general
Base.copy
for AbstractPath (#6)
Merged pull requests:
- Added a default sync function (#39) (rofinn)
- Add Documenter support (#38) (rofinn)
- Change parents to not error when no parents are found (#35) (rofinn)
- Default expanduser for all paths (#34) (rofinn)
- Define a default isless for paths (#33) (rofinn)
- Use properties rather than accessors (#32) (rofinn)
- Minimal AbstractPath API (#27) (rofinn)