Skip to content

Releases: rofinn/FilePaths.jl

v0.8.3

23 Apr 03:54
648fe7f
Compare
Choose a tag to compare

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
f65b053
Compare
Choose a tag to compare

Bumped Reexport compat

v0.8.1

20 Aug 15:17
e2a831b
Compare
Choose a tag to compare

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
v0.8.0
c3da500
Compare
Choose a tag to compare

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
13db10b
Compare
Choose a tag to compare
Merge pull request #29 from davidanthoff/julia-0.7

Update to julia 0.7

v0.6.0

10 May 03:42
026f762
Compare
Choose a tag to compare
  • Switch over to using (and reexporting) FilePathsBase.jl
  • Readded support for URIParser.jl

v0.5.0

19 Feb 23:10
a480e3c
Compare
Choose a tag to compare

Various fixes including better windows support and dropping julia 0.5.

v0.4.0

16 Dec 20:38
150b24e
Compare
Choose a tag to compare

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
Choose a tag to compare

Enabled precompilation and fixed some issues on windows.

Fixed string escape sequence error on nightly.

22 Jul 03:07
Compare
Choose a tag to compare
Update .travis.yml

Explicitly test the 0.6 release now.