Skip to content

Releases: src-d/go-billy

v3.1.0

28 Jun 08:18
Compare
Choose a tag to compare
  • mount: adding missing Join method (#37)
  • chroot: allow Symlinks cross boundary (#38)

v3.0.1

19 Jun 13:02
Compare
Choose a tag to compare
  • helper: new Temporal helper

v3.0.0

18 Jun 10:17
Compare
Choose a tag to compare
  • billy.Filesystem has been split in several dedicated interfaces, also the test suite has been divided in several suites.
  • subdirfs & tmpfs: converted to helpers, this fs are not anymore handled as fs, since they are not.
  • memfs & osfs: based on helper chroot, simplifying a lot the code and make it less error prone.
  • helper.Chroot has being covered by a dedicated test suite to make it easier detected issues.

v2.0.5

17 May 08:26
Compare
Choose a tag to compare
  • memfs: fix Rename leftovers

v2.0.4

20 Apr 10:04
Compare
Choose a tag to compare
  • subdirfs: renamed to subdirfs (#25)
  • memfs: bug fixing related to ReadAt (#26)

v2.0.3

17 Apr 21:20
Compare
Choose a tag to compare
  • memfs: fix Rename from root to dir
  • subdirfs: fix FileInfo.Stat

v2.0.2

17 Apr 11:01
Compare
Choose a tag to compare
  • memfs: rewrite memfs implementation
  • test: test coverage improvements
  • *: windows support

v2.0.1

12 Apr 12:37
Compare
Choose a tag to compare
  • memfs: support for filemodes
  • subdir: add subdir filesystem implementation

v2.0.0

10 Mar 11:29
Compare
Choose a tag to compare
  • changed import path to gopkg.in/src-d/go-billy.v2 (#15, #16)
  • add MkdirAll (#14)
  • add RemoveAll (#12)
  • memfs: fix ReadDir and Remove for directories (6adec80)
  • memfs: fix Stat for directories (9e3fab6)

v1.0.0

30 Jan 21:02
Compare
Choose a tag to compare
packages renames to *fs to avoid name colisions