v0.8.0
- 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.