Skip to content

Releases: rofinn/FilePathsBase.jl

v0.9.22

27 Aug 01:39
751446b
Compare
Choose a tag to compare

FilePathsBase v0.9.22

Diff since v0.9.21

  • Moved Mmap and Test code to extensions
  • Dropped UUID and Compat for later Julia version
  • Still depending on Dates
  • Should be non-breaking

Merged pull requests:

v0.9.21

02 Oct 21:05
39587a1
Compare
Choose a tag to compare

FilePathsBase v0.9.21

Diff since v0.9.20

Merged pull requests:

Closed issues:

  • FilePathsBase throws errors if UID/GID lookup does not return an entry (#167)

v0.9.20

12 Sep 23:05
3366662
Compare
Choose a tag to compare

FilePathsBase v0.9.20

Diff since v0.9.19

Merged pull requests:

  • Move aliases.jl file earlier (#165) (@Keno)

v0.9.19

24 Aug 22:05
bc65354
Compare
Choose a tag to compare

FilePathsBase v0.9.19

Diff since v0.9.18

Merged pull requests:

  • CompatHelper: bump compat for Compat to 4, (keep existing compat) (#163) (@github-actions[bot])

v0.9.18

18 Mar 00:17
2cb4068
Compare
Choose a tag to compare

FilePathsBase v0.9.18

Diff since v0.9.17

Closed issues:

  • Is there a reason / is not exported? (#157)

Merged pull requests:

v0.9.17

24 Nov 21:16
534b301
Compare
Choose a tag to compare

FilePathsBase v0.9.17

Diff since v0.9.16

Closed issues:

  • Handle cases where user ID does not map to a user name (e.g. docker) (#130)

Merged pull requests:

v0.9.16

18 Nov 21:15
0eb6a7a
Compare
Choose a tag to compare

FilePathsBase v0.9.16

Diff since v0.9.15

Closed issues:

  • Add join and sort keywords to readdir/readpath (#110)

Merged pull requests:

  • Support join and sort kwargs to both readdir and readpath (#152) (@rofinn)

v0.9.15

18 Nov 02:32
6f003d8
Compare
Choose a tag to compare

FilePathsBase v0.9.15

Diff since v0.9.14

Closed issues:

  • Add include dispatch (#120)
  • Is e.g. path.separator part of the public API? (#131)
  • Define splitdir (#133)
  • mktempdir should ensure no collisions (#142)

Merged pull requests:

v0.9.14

08 Nov 22:19
300cdf8
Compare
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
Compare
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: