Skip to content

0.14.0

Compare
Choose a tag to compare
@pmlopes pmlopes released this 08 Dec 18:41
· 321 commits to develop since this release
47367f0
  • Vert.x 4.0.0
  • Started paving the way for the install command to allow other target than node_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 to PromiseLike