v1.0.0-beta45
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 Scala 2.12, 2.13, and 3
TypeScript Parser Improvements
-
Comprehensive parser updates (#716):
- Support for
satisfieskeyword - Support for
accessorkeyword in class fields - Support for template literal types
- Better handling of
import.meta - Support for
asserts this is Treturn types - Support for abstract constructor signatures
- Support for
export type * fromsyntax - And many more edge cases
- Support for