Skip to content

Releases: reactiverse/es4x

0.21.0

18 Dec 15:31
Compare
Choose a tag to compare
  • Bumped Graal to 23.0.2
  • Bumped vertx to 4.5.1

0.20.0

15 Jun 14:03
Compare
Choose a tag to compare
  • Bumped vertx to 4.4.3
  • Bumped Graal to 22.3.2 LTS

0.19.2

24 Feb 08:33
7ab0d39
Compare
Choose a tag to compare
  • Bumped Graal to 22.3.1 LTS
  • Bumped vertx to 4.3.8

0.19.1

27 Oct 19:12
a27eae1
Compare
Choose a tag to compare
  • 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.19.0

24 Feb 08:18
02de5e2
Compare
Choose a tag to compare
  • 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.18.0

29 Apr 14:38
1f08e25
Compare
Choose a tag to compare
  • 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

11 Mar 09:38
15d3f8f
Compare
Choose a tag to compare
  • 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

20 Jan 13:07
1ad0450
Compare
Choose a tag to compare
  • 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

05 Jan 15:29
e3d8c83
Compare
Choose a tag to compare
  • 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

14 Dec 13:42
e9e48d2
Compare
Choose a tag to compare
  • Bump vert.x to 4.2.2
  • Pretty print polyglot exceptions so IDEs can track back
  • Allow multiple maven repositories (comma separated)