0.9.1
We've changed this project to focus exclusively on executing Kotlin/JS libraries.
We plan to drop support for executing arbitrary JavaScript code. If you've been using either
QuickJS Java (this project's name until September 2021) or Duktape Android (this project's name
until June 2021), those projects remain as git branches but will not receive further updates.
The project's new Maven coordinates are app.cash.zipline:zipline
.
- New: Gradle extension
zipline {}
block. - New: Compile files in parallel.
- New: Replace webpack with a dedicated static file server. Use
serveDevelopmentZipline
or
serveProductionZipline
to serve an application locally. - Fix: Always run Kotlin/JS in strict mode.
- Upgrade: [Kotlin Serialization 1.4.0][kotlin_serialization_1_4_0].