v0.9.14
FilePathsBase v0.9.14
Closed issues:
- Release v1.0 (#116)
- Downloads.download() does not accept PosixPath as an argument, documentation does not show how to convert PosixPath to String (#123)
joinpath
strips out path information when a parameter contains leading slash (#124)- '/' method does not appear to be loaded into the environment (#125)
- Using
read(::FileBuffer, nb)
returns no data on first read (#126) mkpath
semantics differ from Base (#129)eof(::FileBuffer)
incorrectly returnstrue
before filling the buffer (#134)- function for total directory size (#136)
MethodError: no method matching skip(::FileBuffer, ::Int64)
(#143)- Define
Base.isopen(::FileBuffer)
(#146)
Merged pull requests:
- Limit windows test to 1.5 (#115) (@rofinn)
- implemented diskusage (#137) (@ExpandingMan)
- Fill FileBuffer before checking
eof
(#140) (@nickrobinson251) - Add support for
skip
method / More population triggers (#144) (@omus) - Add isopen method (#147) (@omus)