Releases: rofinn/FilePaths.jl
Releases · rofinn/FilePaths.jl
v0.8.3
FilePaths v0.8.3
Closed issues:
Merged pull requests:
v0.8.2
v0.8.1
FilePaths v0.8.1
Closed issues:
- TestSetExtensions (#19)
- Enhancement: save and load methods for AbstractPaths (#34)
- Handling connection information for remote paths (#36)
- Can we use FilePathsBase 0.7? (#42)
- Functions
copy
,remove
andmove
don't exist (#44) - Segmentation fault inside Docker (#49)
Merged pull requests:
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
Dropped the following dependencies:
- Humanize.jl: Only needed 1 function that we can just include and maintain ourselves.
- Glob.jl: Glob should probably depend on FilePaths.jl rather than the other way around... and Requires.jl was slow.
- URIParser.jl: Again, we probably shouldn't require a direct dependency on URIParser and Requires.jl was slow.
v0.3.0
Fixed string escape sequence error on nightly.
Update .travis.yml Explicitly test the 0.6 release now.