Releases: ForteScarlet/kotlin-suspend-transform-compiler-plugin
v2.2.0-Beta2-0.12.0
Kotlin version: v2.2.0-Beta2
Full Changelog: v2.2.0-Beta1-0.12.0...v2.2.0-Beta2-0.12.0
v2.2.0-Beta1-0.12.0
Kotlin version: v2.2.0-Beta1
Full Changelog: v2.1.20-0.12.0...v2.2.0-Beta1-0.12.0
v2.1.20-0.12.0
Kotlin version: v2.1.20
Warning
Some of this was refactored in #93:
- Module splitting
- Gradle Plugin API changes: deprecated
suspendTransform { ... }
and a new Gradle Property API-basedsuspendTransformPlugin { ... }
For more, see #93.
Although after some testing, the generated code is consistent and compatible before and after the configuration migration, but after all, there are a lot of changes, so please pay more attention to it.
If any problems occur, please feel free to give feedback!
What's Changed
Other
- Refactor and update Gradle plugin APIs and configurations by @ForteScarlet in #93
Full Changelog: v2.1.20-0.11.1...v2.1.20-0.12.0
v2.1.20-0.11.1
Kotlin version: v2.1.20
What's Changed
Other
- Update Kotlin to v2.1.20 by @ForteScarlet in #88
Full Changelog: v2.1.0-0.11.1...v2.1.20-0.11.1
v2.1.0-0.11.1
Kotlin version: v2.1.0
What's Changed
Bug Fix
- Improved logic for Gradle plugin dependency including and advance
enable
detection by @ForteScarlet in #86
Full Changelog: v2.1.0-0.11.0...v2.1.0-0.11.1
v2.1.0-0.11.0
Kotlin version: v2.1.0
Caution
The refactoring in #80 involves significant modifications to the code generation logic under K2, and its full reliability and compatibility cannot be guaranteed at this time.
If you encounter any issues, please actively report them.
What's Changed
Other
- Refactoring K2 code generation logic by @ForteScarlet in #80
Full Changelog: v2.1.0-0.10.2...v2.1.0-0.11.0
v2.1.0-0.10.2
Kotlin version: v2.1.0
What's Changed
Bug Fix
- Fix: Parent Job is Cancelled by @mkovalenkov9 in #78
New Contributors
- @mkovalenkov9 made their first contribution in #78
Full Changelog: v2.1.0-0.10.1...v2.1.0-0.10.2
v2.1.0-0.10.1
Kotlin version: v2.1.0
What's Changed
Other
- If the TargetMarker match is unsuccessful, then continue with the original logic. by @ForteScarlet in #76
Full Changelog: v2.1.0-0.10.0...v2.1.0-0.10.1
v2.1.0-0.10.0
Kotlin version: v2.1.0
What's Changed
Bug Fix
- Added an annotation for function positioning in K2 TargetMarker by @ForteScarlet in #73 (Note: There are default behaviors that have changed)
Full Changelog: v2.1.0-0.9.4...v2.1.0-0.10.0
v2.1.0-0.9.4
Kotlin version: v2.1.0
What's Changed
Other
- Pass
kotlin-compiler
into classpath by @ForteScarlet in #70
Full Changelog: v2.1.0-Beta1-0.9.3...v2.1.0-0.9.4