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.