Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@lordofscripts lordofscripts released this 19 Sep 22:11
· 1 commit to main since this release

Another exciting update to the Go Virtual File System package! It also includes the gopher mascot munching VFS cookies. Well, sort of, I better spend time coding than making images.

New Features

  • GH-3 finally normalizes the vfs.Filesystem interface by bringing in the fs.RemoveAll() and fs.MkdirAll() methods. Previously a global vfs.*All() call was necessary, but now it is accessible from the selected virtual file system instance. This certainly makes integration with other apps easier to do.
  • The BucketFS now has detailed documentation on-site.

Change Log

Full Changelog: v1.2.1...v1.3.0