Releases: kohlschutter/jacline
Releases · kohlschutter/jacline
jacline 1.0.1
- Dependencies with transpiled JavaScript code are now transpiled by Jacline itself (jsinterop-base, jrejs, elemental2)
- Add remaining elemental2 modules (indexeddb, media, svg, webassembly, webgl, webstorage)
- Add jsinterop-generator
- Maven plugin fixes for case-insensitive file systems
- Updated j2cl
jacline 1.0.0
Initial release
<build>
<plugins>
<plugin>
<groupId>com.kohlschutter.jacline</groupId>
<artifactId>jacline-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<id>default-jacline-compile</id>
<goals>
<goal>compile</goal>
</goals>
<phase>compile</phase>
<configuration>
<!-- ... -->
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>