Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 21:02
c2606f1

FilePathsBase v0.9.0

Diff since v0.8.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 with tryparse 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 and real (#74) (@rofinn)
  • Drop overloading of base / and join (#75) (@rofinn)
  • Rename size to filesize (#77) (@rofinn)
  • Made SystemPath and AbstractPath (#81) (@rofinn)
  • Replace ispathtype and string constructor with tryparse (#82) (@rofinn)
  • Documentation improvements (#83) (@rofinn)