Skip to content

Releases: angelolloqui/SwiftKotlin

Simple enums, ternary expressions and other improvements

01 Nov 18:45
Compare
Choose a tag to compare

Resolved issues:

  • #33: Transform ternary expression enhancement
  • #30: Translate simple enums to Kotlin enhancement
  • #24: SwiftKotlinApp changes text selection while writing bug
  • #23: Initialize nullable properties to null bug
  • #17: Remove -> from lambdas when no parameter enhancement

Support for XCTestCase

15 Oct 16:54
Compare
Choose a tag to compare
Pre-release

Added plugin support, including:

XCTestCase to JUnit plugin:

  • Adding @Test, @Before and @Afterannotations, removing calls to super.setUp()and super.tearDown()when applies
  • Removing inheritance of `XCTestCase``
  • XCTAssertXXX methods to JUnit conterparts, changing parameter order when necessary

SwiftKotlin App Preview

09 Sep 10:41
Compare
Choose a tag to compare
Pre-release

Preview of SwiftKotlinApp using the new transformer based on AST

0.0.1 - Preview

10 Jun 15:55
Compare
Choose a tag to compare
0.0.1 - Preview Pre-release
Pre-release
Merge pull request #11 from mikemee/patch-1

Improved phrasing & corrected minor grammar errors