Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@jvilk jvilk released this 30 Oct 18:50
· 30 commits to master since this release

Major release with minor changes.

  • Drops support for IE8. IE9 should continue to work, but is untested.
  • Upgraded to BrowserFS 1.0.0. Now uses the NPM buffer package to emulate buffers, which is more compliant with the official Buffer interface.
  • New registration method for native modules. DoppioJVM users can load natives from the file system like before, or they can register a thunk with DoppioJVM in a regular JavaScript file included on the webpage that returns the native methods. More information can be found in the documentation.