Releases: reactiverse/es4x
Releases · reactiverse/es4x
0.13.1
0.13.0
0.12.0
- Upgraded vert.x to 3.9.1
- Upgraded graalvm to 20.1.0
- PM can generate
security.policy
files to sandbox an application - Allow
.d.ts
generation from plain java classes - Added interop for
byte
type - Docgen fixed
enum
to use proper enums, not string values - Added interop with
Set
- Fixed overrides on
pg-sqlclient
- Added support for graphql vert.x module
- Replaced complex console code (which didn't work properly) with a logger
- All logging is now happening with loggers, so they can be enabled or disabled
0.11.0
- Upgraded vert.x to 3.9.0
- Added
typedef
to generated js files to better hint IDE support - Correctly identify graal 20 so
jvmci
hiperf compile is activated - Implemented vert.x
docgen
to allow generate manuals for modules - Created simple React SSR example
- Bumped graalvm to 20.0.0
- Graal FS Resolver will allow other files than just js (require for graal 20)
- Fixed interop with
Buffer
(Java <=> JS) - exposed java
Throwable
as a type toJS
alias for non instantiableError
0.10.1
0.10.0
- Upgraded Graal to 19.3.0
- Upgraded Vert.x to 3.8.4
- Many fixes on module generation reported by
tsc
- Some modules still fail with
tsc
(but fixes have been pushed upstream) es4x
script will also takeJAVA_OPTS
into consideration when running- Build now confirmed to work on
aarch64