Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@waTeim waTeim released this 16 Jan 21:16
· 133 commits to master since this release

New (not backward compatible) Features

  • Asynchronous processing

    Calls provided with a function callback will be invoked asynchronously, the function callback will have the first parameter set to err the error message, or null if no error. The alternate syntax is still synchronous.

  • Use of JavaScript Typed arrays

    Previously the element type of a (multidimensional) Array return having numeric elements would be a Javascript Numeric. This is now the JavaScript typed array of the appropriate type.

Bugfixes, enhancements

  • fix for multidimensional copy error
  • workaround for strange native array behavior
  • fix for a JRef store indexing error
  • added script isolating modules to global namespace.
  • support for io.js

Full release notes can be found here.