Releases: cooklang/cooklang-rs
Release v0.17.14
Cooklang Parser Release v0.17.14
iOS (Swift Package Manager)
Add to your Package.swift or Xcode project:
.package(url: "https://github.com/cooklang/cooklang-rs.git", from: "v0.17.14")Or download CooklangParserFFI.xcframework.zip for manual integration.
Supported architectures:
- iOS arm64 (devices)
- iOS arm64 (simulator, Apple Silicon)
Android (GitHub Packages Maven)
Add to your settings.gradle.kts:
dependencyResolutionManagement {
repositories {
maven {
url = uri("https://maven.pkg.github.com/cooklang/cooklang-rs")
credentials {
username = System.getenv("GITHUB_ACTOR") ?: project.findProperty("gpr.user") as String?
password = System.getenv("GITHUB_TOKEN") ?: project.findProperty("gpr.key") as String?
}
}
}
}Add to your build.gradle.kts:
implementation("org.cooklang:parser:v0.17.14")Or download cooklang-parser-android.zip for manual integration.
Supported architectures:
- arm64-v8a
- armeabi-v7a
- x86_64
Note: This replaces the deprecated
cooklang-kotlinrepository.
Rust (crates.io)
[dependencies]
cooklang = "0.17.14"TypeScript/JavaScript (npm)
npm install @cooklang/cooklangSee the README for detailed integration instructions.
Full Changelog: v0.17.13...v0.17.14
Release v0.17.13
Cooklang Parser Release v0.17.13
iOS (Swift Package Manager)
Add to your Package.swift or Xcode project:
.package(url: "https://github.com/cooklang/cooklang-rs.git", from: "v0.17.13")Or download CooklangParserFFI.xcframework.zip for manual integration.
Supported architectures:
- iOS arm64 (devices)
- iOS arm64 (simulator, Apple Silicon)
Android (GitHub Packages Maven)
Add to your settings.gradle.kts:
dependencyResolutionManagement {
repositories {
maven {
url = uri("https://maven.pkg.github.com/cooklang/cooklang-rs")
credentials {
username = System.getenv("GITHUB_ACTOR") ?: project.findProperty("gpr.user") as String?
password = System.getenv("GITHUB_TOKEN") ?: project.findProperty("gpr.key") as String?
}
}
}
}Add to your build.gradle.kts:
implementation("org.cooklang:parser:v0.17.13")Or download cooklang-parser-android.zip for manual integration.
Supported architectures:
- arm64-v8a
- armeabi-v7a
- x86_64
Note: This replaces the deprecated
cooklang-kotlinrepository.
Rust (crates.io)
[dependencies]
cooklang = "0.17.13"TypeScript/JavaScript (npm)
npm install @cooklang/cooklangSee the README for detailed integration instructions.
Full Changelog: v0.17.12...v0.17.13
Release v0.17.12
Cooklang Parser Release v0.17.12
iOS (Swift Package Manager)
Add to your Package.swift or Xcode project:
.package(url: "https://github.com/cooklang/cooklang-rs.git", from: "v0.17.12")Or download CooklangParserFFI.xcframework.zip for manual integration.
Supported architectures:
- iOS arm64 (devices)
- iOS arm64 (simulator, Apple Silicon)
Android (GitHub Packages Maven)
Add to your settings.gradle.kts:
dependencyResolutionManagement {
repositories {
maven {
url = uri("https://maven.pkg.github.com/cooklang/cooklang-rs")
credentials {
username = System.getenv("GITHUB_ACTOR") ?: project.findProperty("gpr.user") as String?
password = System.getenv("GITHUB_TOKEN") ?: project.findProperty("gpr.key") as String?
}
}
}
}Add to your build.gradle.kts:
implementation("org.cooklang:parser:v0.17.12")Or download cooklang-parser-android.zip for manual integration.
Supported architectures:
- arm64-v8a
- armeabi-v7a
- x86_64
Note: This replaces the deprecated
cooklang-kotlinrepository.
Rust (crates.io)
[dependencies]
cooklang = "0.17.12"TypeScript/JavaScript (npm)
npm install @cooklang/cooklangSee the README for detailed integration instructions.
What's Changed
- ci: start setting up trusted publishing by @tomodachi94 in #87
New Contributors
- @tomodachi94 made their first contribution in #87
Full Changelog: v0.17.11...v0.17.12
Release v0.17.11
Cooklang Parser Release v0.17.11
iOS (Swift Package Manager)
Add to your Package.swift or Xcode project:
.package(url: "https://github.com/cooklang/cooklang-rs.git", from: "v0.17.11")Or download CooklangParserFFI.xcframework.zip for manual integration.
Supported architectures:
- iOS arm64 (devices)
- iOS arm64 (simulator, Apple Silicon)
Android (GitHub Packages Maven)
Add to your settings.gradle.kts:
dependencyResolutionManagement {
repositories {
maven {
url = uri("https://maven.pkg.github.com/cooklang/cooklang-rs")
credentials {
username = System.getenv("GITHUB_ACTOR") ?: project.findProperty("gpr.user") as String?
password = System.getenv("GITHUB_TOKEN") ?: project.findProperty("gpr.key") as String?
}
}
}
}Add to your build.gradle.kts:
implementation("org.cooklang:parser:v0.17.11")Or download cooklang-parser-android.zip for manual integration.
Supported architectures:
- arm64-v8a
- armeabi-v7a
- x86_64
Note: This replaces the deprecated
cooklang-kotlinrepository.
Rust (crates.io)
[dependencies]
cooklang = "v0.17.11"TypeScript/JavaScript (npm)
npm install @cooklang/cooklangSee the README for detailed integration instructions.
Full Changelog: v0.17.10...v0.17.11
v0.17.3
v0.17.2
v0.17.0
v0.16.4
v0.16.2
What's Changed
- IngredientList to recognise references by @dubadub in #36
- Prepare TS WASM Bindings From Existing Playground by @jbolda in #37
- enable publishing preview version of ts bindings by @jbolda in #38
- Setup TS in Playground by @4kk11 in #39
- fix: Typo in extensions doc by @ginkogruen in #41
- Base TS Parser With Types by @jbolda in #40
New Contributors
- @jbolda made their first contribution in #37
- @4kk11 made their first contribution in #39
- @ginkogruen made their first contribution in #41
Full Changelog: v0.16.0...v0.16.2
v0.16.0
What's Changed
- feat: Enabled scaling by @dubadub in #30
- feat: Recipe reference by @dubadub in #34
- feat: Use floating value for scaling factor by @dubadub in #35
- fix: Correct spelling
ouput->outputandbunlded->bundledby @melusc in #31 - fix(playground): Don't hide servings input by default by @melusc in #32
New Contributors
Full Changelog: v0.15.0...v0.16.0