Skip to content

Releases: cooklang/cooklang-find

Release v0.5.8

19 Feb 10:46

Choose a tag to compare

Mobile SDK Release v0.5.8

iOS (Swift Package Manager)

Add to your Package.swift or Xcode project:

.package(url: "https://github.com/cooklang/cooklang-find.git", from: "0.5.8")

Downloads:

  • CooklangFindFFI.xcframework.zip - XCFramework binary (used by Package.swift)
  • CooklangFind-ios.zip - Full package with Swift sources for manual integration

Android (GitHub Packages Maven)

Add to your settings.gradle.kts:

dependencyResolutionManagement {
    repositories {
        maven {
            url = uri("https://maven.pkg.github.com/cooklang/cooklang-find")
            credentials {
                username = System.getenv("GITHUB_ACTOR")
                password = System.getenv("GITHUB_TOKEN")
            }
        }
    }
}

Add to your build.gradle.kts:

implementation("org.cooklang:cooklang-find:0.5.8")

Or download cooklang-find-android.zip which contains:

  • cooklang-find-android/ - Android library module
  • jniLibs/ - Native libraries for all architectures
  • kotlin/ - Kotlin bindings source files

Supported Architectures

iOS:

  • arm64 (devices)
  • arm64 (simulator, Apple Silicon)
  • x86_64 (simulator, Intel)

Android:

  • arm64-v8a
  • armeabi-v7a
  • x86_64

See the README for integration instructions.

Full Changelog: v0.5.7...v0.5.8

Release v0.5.7

19 Feb 08:02

Choose a tag to compare

Mobile SDK Release v0.5.7

iOS (Swift Package Manager)

Add to your Package.swift or Xcode project:

.package(url: "https://github.com/cooklang/cooklang-find.git", from: "0.5.7")

Downloads:

  • CooklangFindFFI.xcframework.zip - XCFramework binary (used by Package.swift)
  • CooklangFind-ios.zip - Full package with Swift sources for manual integration

Android (GitHub Packages Maven)

Add to your settings.gradle.kts:

dependencyResolutionManagement {
    repositories {
        maven {
            url = uri("https://maven.pkg.github.com/cooklang/cooklang-find")
            credentials {
                username = System.getenv("GITHUB_ACTOR")
                password = System.getenv("GITHUB_TOKEN")
            }
        }
    }
}

Add to your build.gradle.kts:

implementation("org.cooklang:cooklang-find:0.5.7")

Or download cooklang-find-android.zip which contains:

  • cooklang-find-android/ - Android library module
  • jniLibs/ - Native libraries for all architectures
  • kotlin/ - Kotlin bindings source files

Supported Architectures

iOS:

  • arm64 (devices)
  • arm64 (simulator, Apple Silicon)
  • x86_64 (simulator, Intel)

Android:

  • arm64-v8a
  • armeabi-v7a
  • x86_64

See the README for integration instructions.

What's Changed

  • feat: add RecipeEntry::related_files() for discovering associated files by @dubadub in #6
  • fix: use build-swift.sh in release workflow to fix flat headers by @kei-sidorov in #7

Full Changelog: v0.5.6...v0.5.7

Release v0.5.6

06 Feb 16:56

Choose a tag to compare

Mobile SDK Release v0.5.6

iOS (Swift Package Manager)

Add to your Package.swift or Xcode project:

.package(url: "https://github.com/cooklang/cooklang-find.git", from: "0.5.6")

Downloads:

  • CooklangFindFFI.xcframework.zip - XCFramework binary (used by Package.swift)
  • CooklangFind-ios.zip - Full package with Swift sources for manual integration

Android (GitHub Packages Maven)

Add to your settings.gradle.kts:

dependencyResolutionManagement {
    repositories {
        maven {
            url = uri("https://maven.pkg.github.com/cooklang/cooklang-find")
            credentials {
                username = System.getenv("GITHUB_ACTOR")
                password = System.getenv("GITHUB_TOKEN")
            }
        }
    }
}

Add to your build.gradle.kts:

implementation("org.cooklang:cooklang-find:0.5.6")

Or download cooklang-find-android.zip which contains:

  • cooklang-find-android/ - Android library module
  • jniLibs/ - Native libraries for all architectures
  • kotlin/ - Kotlin bindings source files

Supported Architectures

iOS:

  • arm64 (devices)
  • arm64 (simulator, Apple Silicon)
  • x86_64 (simulator, Intel)

Android:

  • arm64-v8a
  • armeabi-v7a
  • x86_64

See the README for integration instructions.

What's Changed

  • fix: namespace xcframework headers to avoid modulemap conflicts by @kei-sidorov in #5

New Contributors

Full Changelog: v0.5.5...v0.5.6

Release v0.5.5

05 Feb 16:35

Choose a tag to compare

Mobile SDK Release v0.5.5

iOS (Swift Package Manager)

Add to your Package.swift or Xcode project:

.package(url: "https://github.com/cooklang/cooklang-find.git", from: "0.5.5")

Downloads:

  • CooklangFindFFI.xcframework.zip - XCFramework binary (used by Package.swift)
  • CooklangFind-ios.zip - Full package with Swift sources for manual integration

Android (GitHub Packages Maven)

Add to your settings.gradle.kts:

dependencyResolutionManagement {
    repositories {
        maven {
            url = uri("https://maven.pkg.github.com/cooklang/cooklang-find")
            credentials {
                username = System.getenv("GITHUB_ACTOR")
                password = System.getenv("GITHUB_TOKEN")
            }
        }
    }
}

Add to your build.gradle.kts:

implementation("org.cooklang:cooklang-find:0.5.5")

Or download cooklang-find-android.zip which contains:

  • cooklang-find-android/ - Android library module
  • jniLibs/ - Native libraries for all architectures
  • kotlin/ - Kotlin bindings source files

Supported Architectures

iOS:

  • arm64 (devices)
  • arm64 (simulator, Apple Silicon)
  • x86_64 (simulator, Intel)

Android:

  • arm64-v8a
  • armeabi-v7a
  • x86_64

See the README for integration instructions.

Full Changelog: v0.5.4...v0.5.5

Release v0.5.1

10 Dec 20:43

Choose a tag to compare

Mobile SDK Release v0.5.1

iOS (Swift Package Manager)

Add to your Package.swift or Xcode project:

.package(url: "https://github.com/cooklang/cooklang-find.git", from: "v0.5.1")

Downloads:

  • CooklangFindFFI.xcframework.zip - XCFramework binary (used by Package.swift)
  • CooklangFind-ios.zip - Full package with Swift sources for manual integration

Android (GitHub Packages Maven)

Add to your settings.gradle.kts:

dependencyResolutionManagement {
    repositories {
        maven {
            url = uri("https://maven.pkg.github.com/cooklang/cooklang-find")
            credentials {
                username = System.getenv("GITHUB_ACTOR")
                password = System.getenv("GITHUB_TOKEN")
            }
        }
    }
}

Add to your build.gradle.kts:

implementation("org.cooklang:cooklang-find:v0.5.1")

Or download cooklang-find-android.zip which contains:

  • cooklang-find-android/ - Android library module
  • jniLibs/ - Native libraries for all architectures
  • kotlin/ - Kotlin bindings source files

Supported Architectures

iOS:

  • arm64 (devices)
  • arm64 (simulator, Apple Silicon)
  • x86_64 (simulator, Intel)

Android:

  • arm64-v8a
  • armeabi-v7a
  • x86_64

See the README for integration instructions.

What's Changed

  • Satisfy CLI reqs by @dubadub in #1
  • minor(model): add file_name method to RecipeEntry by @croissong in #2
  • Add uniffi support for iOS and Android by @dubadub in #3

New Contributors

Full Changelog: https://github.com/cooklang/cooklang-find/commits/v0.5.1