Releases: icerockdev/moko-kswift
Releases · icerockdev/moko-kswift
0.7.0
Changes
- #61 new feature - generation of
copy
method for data class
in Swift
- #60 #88 removed force unwrap in sealed generator (fix warnings in Swift)
Thanks
@ema987 , @ShyngysSaktagan
0.6.1
Changes
- #43 fix sealed interface fields
- #64 fix nested sealed generation
0.6.0
Changes
- #46 fix warnings in generated code at compile time in Xcode
- #53 Kotlin 1.7.0 compatibility
- fix
public
visibility for sealed
property
- fix error message typo
Thanks
@atticus183 @nateansel @kazumanagano
0.5.0
Changes
- #36 add
sealed
property getter of Kotlin object to enum
Thanks
@cl3m
0.4.0
Changes
- #26 official swiftpoet version
- #28 generics for platform extensions
- #24 fix duplicate module names
- #25 fix
KotlinThrowable
name
- #35 fix
internal
usage in swift code
- #22 extensions for primitive types
- Apple Silicon support
Attention
required migration.
- names of generated files was changed.
0.3.0
Changes
- #11 fix AnyObject support in generics
- #14 fix setup from groovy
- #13 add iosDeploymentTarget config
Attention
Required migration of gradle configuration (see readme or sample)
0.2.0
Changes
- #6 update kotlinx-metadata-klib to 0.0.1 from mavenCentral