Skip to content

Releases: dastoori/higgs

v1.1.0

29 Jan 13:29
Compare
Choose a tag to compare

Breaking Changes

  • Hide and Unhide functions now return the new path to the file.
newPath, err := higgs.Hide("foo.txt")
newPath, err = higgs.Unhide(newPath)
  • NewFileHide accepts functional options (For example: UnixOverwriteOption(bool))

v1.0.0

05 Apr 16:22
Compare
Choose a tag to compare

Unix and Windows support

v0.1.0

04 Apr 19:08
5615c95
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Unix support