Skip to content

Releases: go-git/go-billy

v4.3.1

09 Mar 19:03
711f3aa
Compare
Choose a tag to compare

v4.3.0

09 Mar 19:03
9826264
Compare
Choose a tag to compare
  • New util.TempDir function.

v4.2.1

09 Mar 19:03
Compare
Choose a tag to compare

This version is based v4.2.0 introducing the support for go modules, no other changes are included.

v4.2.0

09 Mar 19:03
83cf655
Compare
Choose a tag to compare

A new release for go-billy, including support for query the filesystem capabilities, a very deserved feature.

  • Add Capability function to query fs capabilities #59 (jfontan)

v4.1.1

09 Mar 19:03
df05387
Compare
Choose a tag to compare

Fixes #55: Some errors are lost in copyPath

v4.1.0

09 Mar 19:03
027dcea
Compare
Choose a tag to compare
  • utils: Glob function

v4.0.2

09 Mar 19:03
e940f8b
Compare
Choose a tag to compare
  • chroot: Handle filenames with leading periods correctly

v4.0.1

09 Mar 19:03
053dbd0
Compare
Choose a tag to compare
  • File.Truncate: Add support for trucate, os and menfs implementations

v4.0.0

09 Mar 19:03
Compare
Choose a tag to compare
  • File.Lock/Unlock: Add support for file locking
  • Project license changed to Apache License Version 2.0,

v3.1.0

09 Mar 19:03
Compare
Choose a tag to compare
  • mount: adding missing Join method (#37)
  • chroot: allow Symlinks cross boundary (#38)