Releases: src-d/go-billy
Releases · src-d/go-billy
v3.1.0
- mount: adding missing Join method (#37)
- chroot: allow Symlinks cross boundary (#38)
v3.0.1
- helper: new Temporal helper
v3.0.0
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
- memfs: fix Rename leftovers
v2.0.4
- subdirfs: renamed to subdirfs (#25)
- memfs: bug fixing related to ReadAt (#26)
v2.0.3
- memfs: fix Rename from root to dir
- subdirfs: fix FileInfo.Stat
v2.0.2
- memfs: rewrite memfs implementation
- test: test coverage improvements
- *: windows support
v2.0.1
- memfs: support for filemodes
- subdir: add subdir filesystem implementation
v2.0.0
- 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
packages renames to *fs to avoid name colisions