Skip to content

Releases: src-d/go-billy

v4.3.2

29 Jul 15:18
780403c
Compare
Choose a tag to compare
  • *: go module update
  • osfs: fixed building for Solaris

v4.3.1

30 Jun 22:54
711f3aa
Compare
Choose a tag to compare
  • memfs: return error when using negative offsets (#68)
  • *: support solaris (#70)

v4.3.0

21 Sep 05:03
9826264
Compare
Choose a tag to compare
  • New util.TempDir function.

v4.2.1

04 Sep 09:06
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

20 Jun 14:55
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

03 Apr 12:04
df05387
Compare
Choose a tag to compare

Fixes #55: Some errors are lost in copyPath

v4.1.0

02 Feb 09:03
027dcea
Compare
Choose a tag to compare
  • utils: Glob function

v4.0.2

14 Jan 23:11
e940f8b
Compare
Choose a tag to compare
  • chroot: Handle filenames with leading periods correctly

v4.0.1

27 Nov 19:24
053dbd0
Compare
Choose a tag to compare
  • File.Truncate: Add support for trucate, os and menfs implementations

v4.0.0

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