Skip to content

v3.0.0

Compare
Choose a tag to compare
@mcuadros mcuadros released this 09 Mar 19:03
· 156 commits to master since this release
  • 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.