v1.0.0-beta44
What's Changed
Features & Improvements
-
TypeScript export support: Added support for
export * as X(export all types) syntax (#586) - thanks @steinybot -
Scala 3.3.1 & sbt 1.9.6: Bumped to Scala 3.3.1 and sbt 1.9.6 (ba8e12d)
Bug Fixes
-
Circular type handling:
- Fixed circular types that could occur as a consequence of interface augmentation (51dc956)
- Recover from more circular issues by catching
StackOverflowError(ae10c35)
-
Parser fix: Ignore type args in
typeofexpressions (2ad4b50)
Dependency Updates
- Updated os-lib to 0.9.1 (#589) - thanks @FloWi
- Updated sbt-tpolecat to 0.5.0
- Updated sbt-mdoc to 2.3.8
- Updated sourcecode to 0.3.1
- Updated sbt-scalajs to 1.14.0
- Updated sbt-assembly to 2.1.5
- Updated coursier to 2.1.8
- Updated sbt-bloop to 1.5.13
New Contributors
- @FloWi made their first contribution in https://github.com/ScalablyTyped/Converter/pull/589
Full Changelog: https://github.com/ScalablyTyped/Converter/compare/v1.0.0-beta43...v1.0.0-beta44