2.3.0
Minor version bump
- This release adds support for structural types for Scala 3 version of izumi-reflect and fixes multiple bugs.
- Scala 3 version now has feature parity with Scala 2 and is considered stable starting from this version.
- Binary format version has been incremented and internal data structures were changed. Compatibility with tags generated by older izumi-reflect was tested, but if you encounter any bugs updating izumi-reflect, please file an issue at https://github.com/zio/izumi-reflect/issues
Other changes
- Separate SymName branch for lambda parameters by @pshirshov, fixes #321, #345, #376 (#375)
- Scala 3: support structural types by @neko-kai, fixes #69 (#378)
Full Changelog: v2.2.5...v2.3.0