Skip to content

Releases: rofinn/FilePathsBase.jl

v0.9.14

08 Nov 22:19
300cdf8

Choose a tag to compare

FilePathsBase v0.9.14

Diff since v0.9.10

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 returns true 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:

v0.9.10

21 Feb 03:22
8bc4021

Choose a tag to compare

FilePathsBase v0.9.10

Diff since v0.9.9

Closed issues:

  • FilePathsBase.FileBuffer should support position? (#113)

Merged pull requests:

v0.9.9

15 Feb 21:18
323f2e7

Choose a tag to compare

FilePathsBase v0.9.9

Diff since v0.9.8

Merged pull requests:

v0.9.8

30 Jan 20:25
3c14fa4

Choose a tag to compare

FilePathsBase v0.9.8

Diff since v0.9.7

Merged pull requests:

v0.9.7

13 Jan 17:11
205dedb

Choose a tag to compare

FilePathsBase v0.9.7

Diff since v0.9.6

Closed issues:

  • Extension (#103)
  • mkpath isn't the same as mkdir(...; recursive=true) (#109)

Merged pull requests:

v0.9.6

02 Dec 21:15
772ffcd

Choose a tag to compare

FilePathsBase v0.9.6

Diff since v0.9.5

Closed issues:

  • no method matching zero(::Type{FilePathsBase.PosixPath}) (#100)

Merged pull requests:

v0.9.5

25 Aug 18:05
6d4cb6e

Choose a tag to compare

FilePathsBase v0.9.5

Diff since v0.9.4

Closed issues:

  • Interpolation into command string fails (#98)

Merged pull requests:

  • Add a specific arg_gen method for AbstractPath (#99) (@rofinn)

v0.9.4

01 Jul 01:04
b968272

Choose a tag to compare

FilePathsBase v0.9.4

Diff since v0.9.3

Closed issues:

  • mkdir(path; exists_ok) returns a bool, if it already exists (#94)

Merged pull requests:

  • Fix incorrect display in documentation (#95) (@metab0t)
  • Add mmap support for SystemPath (#96) (@rofinn)
  • mkdir should always return a path (#97) (@rofinn)

v0.9.3

01 Jun 23:04
a3e2d27

Choose a tag to compare

FilePathsBase v0.9.3

Diff since v0.9.2

Merged pull requests:

v0.9.2

01 May 22:02
2da225e

Choose a tag to compare

FilePathsBase v0.9.2

Diff since v0.9.1

Merged pull requests:

  • Add byte I/O support for FileBuffer (#89) (@rofinn)