Releases: jakewilliami/HiddenFiles.jl
v0.1.3
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).
Merged pull requests:
- Ensure directory references are hidden (closes #24) (#25) (@jakewilliami)
v0.1.2
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.
Merged pull requests:
- Update README to mention behavioural caveats (#22) (@jakewilliami)
- Implement PathStruct and pass to _ishidden functions (#23) (@jakewilliami)
v0.1.1
HiddenFiles v0.1.1
Ensure ishidden
internal methods get a real path if that's what they necessitate.
Merged pull requests:
- Refine real path expansion logic (#19) (@jakewilliami)
v0.1.0
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:
- Implement CI/CD and tests (#15) (@jakewilliami)
- Implement and refine documentation (#17) (@jakewilliami)
Issues/PRs addressed: