Skip to content

v0.8.0

Compare
Choose a tag to compare
@sjrd sjrd released this 26 May 07:57
· 364 commits to main since this release
95340bb
  • This version requires Scala 3.3.x+ and Scala.js 1.13.x+.
  • Add support for reading the tasty files of Scala 3.3.x.
  • Better organization of the hierarchy of Type.
  • Removal of ill-specified methods: Type.{isRef,isOfClass,isExactlyNothing}. It is better to implement precisely the functionality that you need instead.
  • Fix some cases of capture conversions in subtyping.