Releases: kohlschutter/jacline
Releases · kohlschutter/jacline
jacline 1.0.2
- Improve Coding API
- Add support for JavaScript Encoding API
- Add "Await" helper method to Promise
- Add several more utility classes to jacline-lib-common
- Update jsinterop generator
- Add webcrypto
- Improve elemental2 setup
- Improve developing with Jacline from within Eclipse
- Update j2cl
- Add jacline-closure; provides compiler directly
- Add some annotation-related methods to Class
- and more
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>