Skip to content

Releases: icerockdev/moko-kswift

0.7.0

22 Jan 04:55
cccacec
Compare
Choose a tag to compare

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

28 Oct 06:56
6002cbe
Compare
Choose a tag to compare

Changes

  • #43 fix sealed interface fields
  • #64 fix nested sealed generation

0.6.0

07 Aug 16:14
Compare
Choose a tag to compare

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

02 Apr 09:04
78aafdb
Compare
Choose a tag to compare

Changes

  • #36 add sealed property getter of Kotlin object to enum

Thanks

@cl3m

0.4.0

25 Feb 07:59
228dce1
Compare
Choose a tag to compare

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

24 Aug 01:59
8e0be09
Compare
Choose a tag to compare

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

11 Aug 13:01
8d55567
Compare
Choose a tag to compare

Changes

  • #6 update kotlinx-metadata-klib to 0.0.1 from mavenCentral

0.1.0

07 Aug 13:59
9203573
Compare
Choose a tag to compare

Initial release