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)
SystemPathshould be an abstract type (#43)joinshould 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)
getindexand `iteration (#70)- FAQ (#76)
- Replace
ispathtypewithtryparsecalls? (#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)
cpconsistency 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
jointest cases (#69) (@rofinn) - Add indexing and iteration support to the AbstractPath type (#73) (@rofinn)
- Rename
normandreal(#74) (@rofinn) - Drop overloading of base
/andjoin(#75) (@rofinn) - Rename
sizetofilesize(#77) (@rofinn) - Made
SystemPathandAbstractPath(#81) (@rofinn) - Replace
ispathtypeand string constructor withtryparse(#82) (@rofinn) - Documentation improvements (#83) (@rofinn)