Skip to content

v1.2.0

Compare
Choose a tag to compare
@lordofscripts lordofscripts released this 16 Sep 19:16
· 5 commits to main since this release

Welcome to the Extended Go Virtual File System!

New Features

Implemented #GH-1 the BitBucketFS bucketfs which is much more suitable for dry runs that the original dummyfs. See the
BitBucketFS example at GoDocs

  • The basic BitBucketFS in Silent Mode is created with bucketfs.Create() simply outputs the operation name and the main parameter. This is suitable for dry runs freeing the developer from worries about making changes in the real filesystem.
  • The hybrid BitBucketFS is created with bucketfs.CreateWithError(error) and is a more functional version of the Silent Mode. It uses simplified file nodes with some support for file size, file mode and even symbolic links. It is useful if you want more in-depth functionality in your application's dry-run without actually commiting on a MemoryFS memfs.
  • Includes extensive unit tests for bucketfs

The full BitBucketFS documentation is found on GoDocs.

Known Bugs

None.

Change Log

Full Changelog: v1.1.0...v1.2.0