Releases: reactiverse/es4x
Releases · reactiverse/es4x
0.16.1
- Bump vert.x to 4.2.1
- Fixed codegen for data objects to properly handle collection types
- ES start module can now run from subdirectories
- Define
global
andself
objects to better work with libraries likeRx
- Start script file is adapted to an absolute or relative path to avoid ambiguity with bare modules.
- Ensure that
config
is available on any script asconfig
global.
0.16.0
0.15.0
- FileSystemResolver will use import maps when available
- Started implementing support for import-map
- Dockerfile will not use jlink to avoid build problems
- Bumped vert.x to 4.1.0
- Add support for bash completions
- Fixed some potential leaks on PM
- Upgrade to Graal 21.1.0
- Install command respects the --dest parameter
- Deployment of verticles happens inside an execute blocking
so downloads/read of scripts won't block the event loop
0.14.2
0.14.1
- Bumped vert.x to 4.0.2
- Bumped vert.x to 4.0.1
- Avoided deprecated API
- Bumped graalvm to 20.3.1 (LTS)
- Several TSC fixes for missing (non annotated API)
- Error messages updated to be easier to follow
- Silent install should not take other commands arguments
- Fix wrong guard on install command
0.14.0
- Vert.x 4.0.0
- Started paving the way for the
install
command to allow other target thannode_modules
- Implemented the official
import-map
spec to map url based modules - Improvements on REPL
- Added more interop tests
- Improvements on
typeMappings
(calls from JS -> Java) - Update codegen for the upstream changes in
vertx-core
- Ensure that wrapped calls are correctly translated (Future related)
- Adapt codegen to transform
Future
toPromiseLike
0.14.0-CR2: Bump to CR2
- Started paving the way for the
install
command to allow other target thannode_modules
- Implemented the official
import-map
spec to map url based modules - Improvements on REPL
- Added more interop tests
- Improvements on
typeMappings
(calls from JS -> Java) - Update codegen for the upstream changes in
vertx-core
- Ensure that wrapped calls are correclty translated (Future related)
- Adapt codegen to transform
Future
toPromiseLike
0.14.0-CR1
- Re-enabled support for shebang
- Reduce PM package size by 600Kb
- Bump ASM to 9.0
- Sync modules with upstream
- Bump vert.x to 4.0.0.CR1