What's Changed
This is a major release with Scala 3 cross-compilation support and significant TypeScript parser improvements.
Scala 3 Support
- Scala 3 cross-compilation: All converter modules (except sbt-converter) are now published for both Scala 2.12 and Scala 3 (#723)
- The sbt plugin remains Scala 2.12 only (sbt requirement)
- Generated facades continue to work with Scal...