Releases: rofinn/FilePaths.jl
Releases · rofinn/FilePaths.jl
v0.9.0
FilePaths v0.9.0
Diff since v0.8.3
Breaking changes
- Dropping Julia version pre-1.9
- Migrating from Requires.jl to package extensions
- Removed URIParser deprecation
Merged pull requests:
- Requires.jl -> pkg extensions, dropping pre-1.9 Julia versions (#65) (@rofinn)
Closed issues:
- Swtich from Requires.jl to package extensions (#62) v0.9.0 6723adf'
v0.8.3
FilePaths v0.8.3
Diff since v0.8.2
Closed issues:
- TagBot trigger issue (#54)
- Replace URIParser with URIs (#56)
Merged pull requests:
v0.8.1
FilePaths v0.8.1
Diff since v0.8.0
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
and move
don't exist (#44)
- Segmentation fault inside Docker (#49)
Merged pull requests:
v0.8.0
v0.8.0 (2019-07-30)
Diff since v0.7.0
Closed issues:
- Deprication of
mkpath\(x\)
to makedir\(x, recursive=true\)
does not work if a directory called x
already exists (#33)
- Registration mechanism for path types (#30)
Merged pull requests:
- Update to the new release of FilePathsBase (#40) (rofinn)
- Correct module lookup in compat macro (#39) (oxinabox)
- Compat macro for taking strings or paths (#38) (rofinn)
- Test against Julia 1.0 (#31) (omus)
- Add support for query and fragment parts to URI conversion (#28) (davidanthoff)
v0.7.0
Merge pull request #29 from davidanthoff/julia-0.7
Update to julia 0.7
v0.6.0
- Switch over to using (and reexporting) FilePathsBase.jl
- Readded support for URIParser.jl
v0.5.0
Various fixes including better windows support and dropping julia 0.5.
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
Enabled precompilation and fixed some issues on windows.