Releases: reactiverse/es4x
Releases · reactiverse/es4x
0.6.0
0.5.6
- Added a package command to package either fat jar or a JVMCI fat jar.
- Fix issue preventing GraalJS running on OpenJ9
- Allow specifying absolute path as start module
- implemented module aliases
- fixed node inspector paths for debugging
- fixed runtime definitions
es4x-cli
has less dependencies and can be used bynpx
vertx-scripts
has been replaced byes4x-cli
- Decoupled Codec from the engine (avoids calls on the wrong context)
- Several clean ups
0.5.4
- Bump pg-reactive-client to 0.10.3
- Fix
parsePaths
to properly convert slashes on windows. - Unit tests are now fully
async
and do not lead file descriptors. - Added a shortcut (
engine
) to theprocess
object with the engine name. - Fix
util.promisify
on Graal when dealing with Java Objects. AsyncError
helper to stitch asynchronous exception stacktraces.
0.5.2
0.5.2
Added
- REPL support for both Nashorn and Graal
- Added
Dynalink
to anyDataObject
- Type definition for
process
- Loader updated to switch from
Nashorn
/GraalVM
depending on the runtime - Fix Console
format
to not crash when handling unsupported types - Added a Changelog
- Implemented
util/promisify
similar to node - Added
process.nextTick
wrapper - Added support to mix manual content to the typedoc/npm main page
- Codecov support to the build system