Skip to content

v0.5.0

Compare
Choose a tag to compare
@jvilk jvilk released this 07 Nov 19:56
· 414 commits to master since this release

This version brings about mostly internal changes:

  • BrowserFS is now modular for Browserify projects. You can now easily use BrowserFS as the provider of the fs Node module. You do not have to use BrowserFS"s Buffer, path, and process implementations. See the README for more information.
  • Improved compatibility with Node APIs. The process component is now a proper EventEmitter and path implements some previously-missing functions. fs is still somewhat out-of-date (e.g. does not support streams).
  • Usable in Node. BrowserFS can be used from within Node, if you so choose. Note that there is currently no Node backend, so you can't mount Node's filesystem inside of BrowserFS's filesystem. I accept PRs, though, if an enterprising user feels like implementing this functionality!