Releases: ForteScarlet/kotlin-suspend-transform-compiler-plugin
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
v2.0.20-0.9.4
Kotlin version: v2.0.20
- Try to fix a type parameter containing problem .
Full Changelog: v2.0.20-0.9.3...v2.0.20-0.9.4
v2.1.0-Beta1-0.9.3
Kotlin version: v2.1.0-Beta1
What's Changed
Bug Fix
- optimize:
override
for synthetic functions by @ForteScarlet in #68
Other
- Support
baseName
,suffix
andasProperty
for@JsPromise
by @ForteScarlet in #69
Full Changelog: v2.1.0-Beta1-0.9.2...v2.1.0-Beta1-0.9.3
v2.0.20-0.9.3
Kotlin version: v2.0.20
What's Changed
Bug Fix
- optimize:
override
for synthetic functions by @ForteScarlet in #68
Other
- Support
baseName
,suffix
andasProperty
for@JsPromise
by @ForteScarlet in #69
Full Changelog: v2.1.0-Beta1-0.9.2...v2.0.20-0.9.3
v2.1.0-Beta1-0.9.2
Kotlin version: v2.1.0-Beta1
Related information:
- #65 : Unable to load class 'org.jetbrains.kotlin.name.FqName'
Full Changelog: v2.0.20-0.9.2...v2.1.0-Beta1-0.9.2
v2.0.20-0.9.2
Kotlin version: v2.0.20
What's Changed
Other
- Update Kotlin to 2.0.20 by @ForteScarlet in #63
Full Changelog: v2.0.20-Beta1-0.9.2...v2.0.20-0.9.2
v2.0.20-Beta1-0.9.2
Kotlin version: v2.0.20-Beta1
What's Changed
Bug Fix
IllegalArgumentException: Failed requirement
when attempting to copy an annotation with an argument of typeKClass
by @ForteScarlet in #60
Other
- Optimising the default annotation copy configuration: exclude the
kotlin.optIn
by default, and exclude both@JvmAsync
and@JvmBlocking
on the JVM platform by @ForteScarlet in #61
Full Changelog: v2.0.20-Beta1-0.9.1...v2.0.20-Beta1-0.9.2
v2.0.20-Beta1-0.9.1
Kotlin version: v2.0.20-Beta1
What's Changed
Other
- Update Kotlin to 2.0.20-Beta1 by @ForteScarlet in #57
Full Changelog: v0.9.0...v2.0.20-Beta1-0.9.1
v0.9.0
Kotlin version: v2.0.0
No bugs seem to have been found yet, so the 'beta' is over.
What's Changed
Other
- Support for configuring
includeProperty
in theIncludeAnnotation
by @ForteScarlet in #54
Full Changelog: v0.8.0-beta1...v0.9.0