Releases: rofinn/FilePathsBase.jl
Releases · rofinn/FilePathsBase.jl
v0.8.0
FilePathsBase v0.8.0
Diff since v0.7.0
Closed issues:
download
should copy into directories? (#48)
- AbstractFilePath should broadcast as a scalar (#54)
- Reconsider overloading Base.join (#58)
Merged pull requests:
v0.7.0
v0.7.0 (2019-10-28)
Diff since v0.6.2
Closed issues:
- FileBuffer should also support reading and writing a single UInt8 (#45)
- Support
splitext
(#41)
- Should
mktmp
extend Base.mktemp
? (#40)
Merged pull requests:
- Add support for buffer based reading and writing of arbitrary types (#52) (rofinn)
- Don't overwrite things during
download
(#47) (oxinabox)
- mktmp -> mktemp (#44) (rofinn)
v0.6.0
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)
v0.5.0
v0.5.0 (2019-07-14)
Diff since v0.4.0
Closed issues:
- Deprecation of
mkpath\(x\)
to makedir\(x, recursive=true\)
does not work if a directory called x
already exists (#26)
- Walkdir (#20)
- Drop AbstractString subtyping (#15)
- What inplace operator should we use for path concatenation? (#2)
Merged pull requests:
- Added a Project.tom (#30) (rofinn)
- Fix makepath deprecation to ignore existing directories (closes #26) (#28) (oxinabox)
- Add string and path concatenation operators (#23) (rofinn)
- Drop string subtyping (#22) (rofinn)
v0.4.0
- Path registration mechanism
- Undeprecate
joinpath
for now
- A couple bug fixes
v0.2.0
- Adds a few utility macros (e.g.,
@__PATH__
, @__FILEPATH__
)
- Better windows support
- Stricter signature on
issocket(mode)