Skip to content

Releases: go-git/go-billy

v3.0.0

09 Mar 19:03
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

09 Mar 19:03
Compare
Choose a tag to compare
  • memfs: fix Rename leftovers

v2.0.4

09 Mar 19:03
Compare
Choose a tag to compare
  • subdirfs: renamed to subdirfs (#25)
  • memfs: bug fixing related to ReadAt (#26)

v2.0.3

09 Mar 19:03
Compare
Choose a tag to compare
  • memfs: fix Rename from root to dir
  • subdirfs: fix FileInfo.Stat

v2.0.2

09 Mar 19:03
Compare
Choose a tag to compare
  • memfs: rewrite memfs implementation
  • test: test coverage improvements
  • *: windows support

v2.0.1

09 Mar 19:03
Compare
Choose a tag to compare
  • memfs: support for filemodes
  • subdir: add subdir filesystem implementation

v2.0.0

09 Mar 19:03
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

09 Mar 19:03
Compare
Choose a tag to compare
packages renames to *fs to avoid name colisions