Releases: zio/izumi-reflect
Releases · zio/izumi-reflect
2.0.2
2.0.1
2.0.0
- Fixed #192 by @pshirshov
- Fixed 7mind/izumi#1528 by @pshirshov
- Fixed a bug when types parameterized by a wildcard would lose their prefix (#203)
Major version update
The last fix (#203) prompts a version bump to 2.0, since Tags for wildcard-parameterized types (e.g. Set[_]
) compiled with previous version of izumi-reflect - e.g. in downstream libraries, will fail comparison with Tags for the same type compiled with 2.0 version of izumi-reflect. Both library- and user- code should be updated to 2.0 to avoid cross-version incompatibility when wildcards are used.
1.1.3
- Fix some instances of zio/zio#4739 / zio/zio#4809 under Scala 3 by fixing previously broken hashCode generation in Scala 3 version by @Lermex (#198)
- Update to Scala.js 1.7.0
1.1.3-RC2
1.1.3-RC1
1.1.2
1.1.1
1.1.0
This release is backwards compatible, but not forward compatible – libraries compiled with latest version of izumi-reflect would need their users to also use version 1.1.0+ of izumi-reflect. This will happen automatically unless the dependency on izumi-reflect is Optional or Excluded.