Skip to content

v0.6.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 28 Jul 15:13
· 199 commits to master since this release
v0.6.0
720f20f

v0.6.0 (2019-07-27)

Diff since v0.5.0

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"\) return p"." ? (#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)