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