Es4x Versions Save

🚀 fast JavaScript 4 Eclipse Vert.x

0.21.0

4 months ago
  • Bumped Graal to 23.0.2
  • Bumped vertx to 4.5.1

0.20.0

10 months ago
  • Bumped vertx to 4.4.3
  • Bumped Graal to 22.3.2 LTS

0.19.2

1 year ago
  • Bumped Graal to 22.3.1 LTS
  • Bumped vertx to 4.3.8

0.19.0

1 year ago
  • Bumped vertx to 4.3.2
  • Fixed bug where spaces were not allowed on CWD
  • Update CI as latest graal will not include js by default
  • Update docs for latest graal

0.19.1

1 year ago
  • Bumped Graal to 22.3.0 LTS
  • Bumped vertx to 4.3.4
  • Fixed bug where spaces were not allowed on CWD
  • Update CI as latest graal will not include js by default
  • Update docs for latest graal

0.18.0

2 years ago
  • Added new module @vertx/uri-template
  • Force commonjs loader to be synchronized
  • Bumped graal to 22.1.0
  • Bumped vertx to 4.2.7
  • Given that graaljs no longer supports java8, we bump the minor

0.17.1

2 years ago
  • Bump graaljs to 22.0.0.2
  • codegen: fix imports on options
  • structured clone: fix handling of graal proxy objects
  • polyfill: same type coercion for globals as defined in MDN
  • commonjs: loader will also work for .json files on node_modules
  • graaljs: 1 instance per verticle to avoid cross thread access
  • Bump vert.x to 4.2.5

0.17.0

2 years ago
  • Bump vert.x to 4.2.4
  • Bump graaljs to 22.0.0
  • bare specifiers are now resolved using es4x rules, not relative to working dir
  • verticle start run on event loop to avoid threading issues
  • Debug manual updated to reflect current state of debugging on vscode
  • Manual now includes section on hot-reload

0.16.3

2 years ago
  • Bump vert.x to 4.2.3
  • CI runs and passes on Windows, MacOS and Linux
  • Updated started docs
  • Fixed debugger properties

0.16.2

2 years ago
  • Bump vert.x to 4.2.2
  • Pretty print polyglot exceptions so IDEs can track back
  • Allow multiple maven repositories (comma separated)