Skip to content

2.2.0

Compare
Choose a tag to compare
@casid casid released this 21 Sep 17:39
· 293 commits to main since this release

jte

  • #174 do not output semicolon for !{} expressions in the Java code generator, to be in line with the documentation and the IntelliJ plugin (minor, but possibly breaking change)
  • Removed StringOutputPool, as it was a rather arbitrary and minimal class, easily created if needed and also won't work well together with Loom's upcoming virtual threads
  • Minor hot reload synchronization improvement

jte-watcher

  • Bump io.methvin.directory-watcher to 0.16.1

jte-kotlin

  • Bump kotlin version to 1.7.10
  • Remove special handling of \f escape sequence that is not supported in Kotlin