Releases: rofinn/FilePathsBase.jl
Releases · rofinn/FilePathsBase.jl
v0.9.22
FilePathsBase v0.9.22
- Moved Mmap and Test code to extensions
- Dropped UUID and Compat for later Julia version
- Still depending on Dates
- Should be non-breaking
Merged pull requests:
- Remove as much dependencies as possible (#172) (@longemen3000)
- add .gitignore (#174) (@longemen3000)
- update CI (#175) (@longemen3000)
v0.9.21
v0.9.20
FilePathsBase v0.9.20
Merged pull requests:
v0.9.19
FilePathsBase v0.9.19
Merged pull requests:
- CompatHelper: bump compat for Compat to 4, (keep existing compat) (#163) (@github-actions[bot])
v0.9.18
FilePathsBase v0.9.18
Closed issues:
- Is there a reason
/
is not exported? (#157)
Merged pull requests:
v0.9.17
v0.9.16
FilePathsBase v0.9.16
Closed issues:
- Add
join
andsort
keywords toreaddir
/readpath
(#110)
Merged pull requests:
v0.9.15
FilePathsBase v0.9.15
Closed issues:
- Add
include
dispatch (#120) - Is e.g.
path.separator
part of the public API? (#131) - Define
splitdir
(#133) mktempdir
should ensure no collisions (#142)
Merged pull requests:
- add
splitdir
method + tests (#138) (@ericphanson) - add
propertynames
(#139) (@ericphanson) - Add include methods for path types (#151) (@rofinn)
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)
v0.9.10
FilePathsBase v0.9.10
Closed issues:
FilePathsBase.FileBuffer
should supportposition
? (#113)
Merged pull requests: