Releases: cooklang/cooklang-find
Release v0.5.8
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 modulejniLibs/- Native libraries for all architectureskotlin/- 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
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 modulejniLibs/- Native libraries for all architectureskotlin/- 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
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 modulejniLibs/- Native libraries for all architectureskotlin/- 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
- @kei-sidorov made their first contribution in #5
Full Changelog: v0.5.5...v0.5.6
Release v0.5.5
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 modulejniLibs/- Native libraries for all architectureskotlin/- 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
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 modulejniLibs/- Native libraries for all architectureskotlin/- 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
- @dubadub made their first contribution in #1
- @croissong made their first contribution in #2
Full Changelog: https://github.com/cooklang/cooklang-find/commits/v0.5.1