Skip to content

Releases: jakewilliami/HiddenFiles.jl

v0.1.3

25 Apr 04:36
f0cf6cf
Compare
Choose a tag to compare

HiddenFiles v0.1.3

Ensure directory references (., ..) are hidden!

Directory references (i.e., . and ..) actually exist on the file system, so they shouldn't be expanded as if they are symbolic links; rather, they should be treated as files (for what they are).

Diff since v0.1.2

Merged pull requests:

v0.1.2

25 Apr 04:16
Compare
Choose a tag to compare

HiddenFiles v0.1.2

Implement custom path (PathStruct) object for use in ishidden!

This path object contains the path given to it and the real path. While this release creates no functional changes to the package, it does make things internally nicer to work with.

Diff since v0.1.1

Merged pull requests:

v0.1.1

27 Sep 09:42
c06777b
Compare
Choose a tag to compare

HiddenFiles v0.1.1

Ensure ishidden internal methods get a real path if that's what they necessitate.

Diff since v0.1.0

Merged pull requests:

v0.1.0

26 Sep 23:40
Compare
Choose a tag to compare

HiddenFiles v0.1.0

Implement cross-system ishidden function for determining whether a file or directory is hidden from the user. Typically this means it the file is hidden from the usual directory listing.

Closed issues:

  • Write tests/implement CI/CD (#2)
  • Write docstrings/documentation (#4)
  • Refactor helper methods into subdirectory (#7)

Merged pull requests:

Issues/PRs addressed:

  • Write macOS implementation of ishidden (#1)
  • Research/write BSD implementation of ishidden (#3)
  • Error handling in inner functions (#9)
  • Ensure Windows ishidden implementation is correct (#11)
  • Determine whether children of hidden directories or bundles should be hidden (#16)