Releases: ForteScarlet/kotlin-suspend-transform-compiler-plugin
v0.6.0
What's Changed
Other
- Remove duplicate of IR nodes inside the body by @JSMonk in #39
- Make the
runtimeandannotationsmodules support thewasmJstarget. by @ForteScarlet in #40 - 清理部分遗留的测试代码;修改JS runInAsync 内默认调度器 by @ForteScarlet in #42
New Contributors
Full Changelog: v0.5.1...v0.6.0
v0.6.0-beta4
What's Changed
Other
- 清理部分遗留的测试代码;修改JS runInAsync 内默认调度器 by @ForteScarlet in #42
Full Changelog: v0.6.0-beta3...v0.6.0-beta4
v0.6.0-beta3
Kotlin version: v1.9.21
What's Changed
Other
- Upgrade Gradle to
v8.5 - Remove duplicate of IR nodes inside the body by @JSMonk in #39 , Thanks!
JSis now supported~
- Make the
runtimeandannotationsmodules support thewasmJstarget. by @ForteScarlet in #40- In experiments, immature and unstable.
Note
The runtime and annotation of the wasmJs target don't have any default implementation for now, and don't reference the Kotlin Coroutines library. wasmJs's Promise is not quite the same as JS's, and I haven't figured out how to implement it yet. For the current implementation, see the code in samples.
New Contributors
Full Changelog: v0.5.1...v0.6.0-beta3
Where did beta to beta2 go? They died heroically while I was debugging the Gradle publication with the updated version.
v0.5.1
What's Changed
Other
- Upgrade Kotlin to v1.9.10 by @ForteScarlet in #37
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
Other
- Upgrade Kotlin to v1.9.0 by @ForteScarlet in #34
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
Other
- 针对 CoroutineScope 类型的参数的填充优化 by @ForteScarlet in #32
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
Other
- Kotlin更新到v1.8.21 by @ForteScarlet in #24
- 更新 kotlinx.coroutines 到 v1.7.0 by @ForteScarlet in #25
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
Other
- 更新 kotlinx.coroutines 到
v1.7.0-RCby @ForteScarlet in #22
Full Changelog: v0.2.7...v0.3.0
v0.2.7
Full Changelog: v0.2.6...v0.2.7
v0.2.2
What's Changed
Other
- feat: 默认的Transformers中的排除注解默认追加标记注解 by @ForteScarlet in #18
Full Changelog: v0.2.1...v0.2.2