Releases: rofinn/FilePaths.jl
Releases · rofinn/FilePaths.jl
v0.9.0
07 Mar 17:21
Compare
Sorry, something went wrong.
No results found
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
23 Apr 03:54
Compare
Sorry, something went wrong.
No results found
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.2
27 Mar 19:47
Compare
Sorry, something went wrong.
No results found
v0.8.1
20 Aug 15:17
Compare
Sorry, something went wrong.
No results found
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
30 Jul 21:10
Compare
Sorry, something went wrong.
No results found
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
30 Jul 17:31
Compare
Sorry, something went wrong.
No results found
Merge pull request #29 from davidanthoff/julia-0.7
Update to julia 0.7
v0.6.0
10 May 03:42
Compare
Sorry, something went wrong.
No results found
Switch over to using (and reexporting) FilePathsBase.jl
Readded support for URIParser.jl
v0.5.0
19 Feb 23:10
Compare
Sorry, something went wrong.
No results found
Various fixes including better windows support and dropping julia 0.5.
v0.4.0
16 Dec 20:38
Compare
Sorry, something went wrong.
No results found
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
13 Oct 17:22
Compare
Sorry, something went wrong.
No results found
Enabled precompilation and fixed some issues on windows.