Releases: rofinn/FilePathsBase.jl
Releases · rofinn/FilePathsBase.jl
v0.9.1
v0.9.0
FilePathsBase v0.9.0
Closed issues:
- Should we really add a method to
norm
? (#3) - Review PyFilesystem ecosystem (#21)
- Handle Paths that need configurations (#29)
SystemPath
should be an abstract type (#43)join
should handle empty strings (#50)/
method is a pun (#53)- Current filename implementation seems not ideal (#56)
- Reconsider overloading Base.join (#58)
- RFC: "within" function (#60)
- Add a test for syncing to non-existent parent destination (#65)
getindex
and `iteration (#70)- FAQ (#76)
- Replace
ispathtype
withtryparse
calls? (#78) - Use
parse(T, str)
over constructors (#79)
Merged pull requests:
- fix typos/formatting (#61) (@alhirzel)
- Add isascendant and isdescendent functions (#62) (@alhirzel)
- Cleanup parent behaviour to include root path when applicable (#63) (@rofinn)
cp
consistency tests when destination parent doesn't exist (#66) (@rofinn)- Drop appveyor and test the latest julia release along with the LTS (#67) (@rofinn)
- Minor documentation updates (#68) (@rofinn)
- More tests and flush out
join
test cases (#69) (@rofinn) - Add indexing and iteration support to the AbstractPath type (#73) (@rofinn)
- Rename
norm
andreal
(#74) (@rofinn) - Drop overloading of base
/
andjoin
(#75) (@rofinn) - Rename
size
tofilesize
(#77) (@rofinn) - Made
SystemPath
andAbstractPath
(#81) (@rofinn) - Replace
ispathtype
and string constructor withtryparse
(#82) (@rofinn) - Documentation improvements (#83) (@rofinn)
v0.8.0
v0.7.0
v0.6.2
v0.6.2 (2019-08-26)
Merged pull requests:
v0.6.1
v0.6.1 (2019-08-22)
Merged pull requests:
v0.6.0
v0.6.0 (2019-07-27)
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"\)
returnp"."
? (#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)