Releases: zio/izumi-reflect
Releases · zio/izumi-reflect
1.0.0-M16
1.0.0-M15
1.0.0-M14
This release brings improvements to subtype modeling in izumi-reflect version for Scala 3!
PRs merged:
- Dotty: support distinctions between LTTs of simple subtypes by @hughsimpson (#130)
- Revert "Don't use silencer"by @sideeffffect (#128)
1.0.0-M13
- Support Scala Native 0.4.0 by @sideeffffect (#121)
1.0.0-M12
- update to scala 3.0.0-M3 by @scalavision (#118)
1.0.0-M11
- update to scala 3.0.0-M2 by @scalavision (#110)
1.0.0-M10
1.0.0-M9
- Fix zio/zio#4285: Handle function-local anonymous classes in
TagMacro#mkStruct
1.0.0-M8
- Compare monomorphic tags as Strings only and avoid parsing - massively improve
.equals
performance in monomorphic case (#78)- Added system property
-Dizumi.reflect.rtti.optimized.equals
- set tofalse
to disable.equals
optimization.
Technically problems are "impossible", but use this if you encounter an "impossible" false negative equality (but please open an issue if you do!) - remove redundant
\NUL
s in the spliced Tag strings
- Added system property
- Add MiMa checks to the build (#79)