Skip to content

0.4.2

Latest

Choose a tag to compare

@ktoso ktoso released this 26 Jun 03:28
3555583

What's Changed

  • Add java.net.HttpURLConnection to JavaNet by @marcprux in #782
  • Add regression coverage for overloaded initializer Java names by @tiennguyen2310 in #781
  • Stable wrap-java output (don't reorder noise) and regenerate Stdlib by @ktoso in #784
  • Various attempts to speed up CI by @ktoso in #785
  • Fix: Identity equality for non Equatable clases. by @madsodgaard in #787
  • IDE/build: improve source set registration so IDEs can find them by @ktoso in #788
  • Initial SwiftExtract version - a reusable Swift analysis module by @ktoso in #774
  • Drop --enable-preview, we don't need it anymore by @ktoso in #791
  • fail eagerly when missing JavaObject mapping by @tiennguyen2310 in #789
  • jextract: Skip generating specialization for generic enum types by @sidepelican in #792
  • jextract/jni: Add code generation support for URL type by @sidepelican in #795
  • Commit workaround for LSP lazy indexing issues by @ktoso in #796
  • Cleanup: parseAsRoot is no longer async by @ktoso in #797
  • Derive Maven version from git describe by @ktoso in #794
  • [CodePrinting] add printGuardBlock by @ktoso in #798
  • CodePrinting: make CodePrinter generic over a Language type by @ktoso in #799
  • Use suppressed exceptions to provide detailed library loading errors by @sidepelican in #800
  • SwiftExtract: fix subscript label handling by @ktoso in #801
  • build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #802
  • SwiftExtract: Implement lookForGenericParameters logic by @ktoso in #803
  • [SwiftExtract] Handle InlineArray<N, T> and not just [N of T] by @ktoso in #804
  • SwiftExtract: fix compiler version check for @nonexhaustive by @cobbal in #805

New Contributors

  • @tiennguyen2310 made their first contribution in #781
  • @cobbal made their first contribution in #805

Full Changelog: 0.4.1...0.4.2