Skip to content

Releases: rofinn/FilePathsBase.jl

v0.8.0

11 Mar 22:03
c72000d
Compare
Choose a tag to compare

FilePathsBase v0.8.0

Diff since v0.7.0

Closed issues:

  • download should copy into directories? (#48)
  • AbstractFilePath should broadcast as a scalar (#54)
  • Reconsider overloading Base.join (#58)

Merged pull requests:

v0.7.0

28 Oct 21:02
v0.7.0
9ea8d7c
Compare
Choose a tag to compare

v0.7.0 (2019-10-28)

Diff since v0.6.2

Closed issues:

  • FileBuffer should also support reading and writing a single UInt8 (#45)
  • Support splitext (#41)
  • Should mktmp extend Base.mktemp? (#40)

Merged pull requests:

  • Add support for buffer based reading and writing of arbitrary types (#52) (rofinn)
  • Don't overwrite things during download (#47) (oxinabox)
  • mktmp -> mktemp (#44) (rofinn)

v0.6.2

26 Aug 19:57
v0.6.2
b906121
Compare
Choose a tag to compare

v0.6.2 (2019-08-26)

Diff since v0.6.1

Merged pull requests:

  • Fix sync to always respect walkpath order. (#46) (rofinn)

v0.6.1

23 Aug 08:44
v0.6.1
fb115af
Compare
Choose a tag to compare

v0.6.1 (2019-08-22)

Diff since v0.6.0

Merged pull requests:

  • Adds a fallback download method for when the destination is a string (#42) (rofinn)

v0.6.0

28 Jul 15:13
v0.6.0
720f20f
Compare
Choose a tag to compare

v0.6.0 (2019-07-27)

Diff since v0.5.0

Closed issues:

  • Default lstat should just call stat? (#37)
  • Add docs (#36)
  • Support sorting a list of paths? (#31)
  • add expanduser\(p::AbstractPath\)=p (#25)
  • Minimum set of path operations (#24)
  • make parent\(p"file.txt"\) return p"." ? (#19)
  • Log a warning if file exists and overwrite is not set? (#18)
  • More general Base.copy for AbstractPath (#6)

Merged pull requests:

  • Added a default sync function (#39) (rofinn)
  • Add Documenter support (#38) (rofinn)
  • Change parents to not error when no parents are found (#35) (rofinn)
  • Default expanduser for all paths (#34) (rofinn)
  • Define a default isless for paths (#33) (rofinn)
  • Use properties rather than accessors (#32) (rofinn)
  • Minimal AbstractPath API (#27) (rofinn)

v0.5.0

15 Jul 15:15
v0.5.0
526140e
Compare
Choose a tag to compare

v0.5.0 (2019-07-14)

Diff since v0.4.0

Closed issues:

  • Deprecation of mkpath\(x\) to makedir\(x, recursive=true\) does not work if a directory called x already exists (#26)
  • Walkdir (#20)
  • Drop AbstractString subtyping (#15)
  • What inplace operator should we use for path concatenation? (#2)

Merged pull requests:

  • Added a Project.tom (#30) (rofinn)
  • Fix makepath deprecation to ignore existing directories (closes #26) (#28) (oxinabox)
  • Add string and path concatenation operators (#23) (rofinn)
  • Drop string subtyping (#22) (rofinn)

v0.4.0

25 Oct 04:25
47de002
Compare
Choose a tag to compare
  • Path registration mechanism
  • Undeprecate joinpath for now
  • A couple bug fixes

v0.3.1

17 Aug 20:47
d86dcec
Compare
Choose a tag to compare

1.0 updates

v0.3.0

27 Jul 00:13
89cd2f1
Compare
Choose a tag to compare

0.7 updates

v0.2.0

25 Jul 17:54
7dfe449
Compare
Choose a tag to compare
  • Adds a few utility macros (e.g., @__PATH__, @__FILEPATH__)
  • Better windows support
  • Stricter signature on issocket(mode)