Releases: reciperium/recipe-lang
Releases · reciperium/recipe-lang
v0.8.5 (2024-11-06)
Release Notes
Fix
Install recp 0.8.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.8.5/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.8.5/recp-installer.ps1 | iex"
Download recp 0.8.5
v0.8.4 (2024-10-07)
Release Notes
Fix
- parser: properly handle spaces and multilines
Install recp 0.8.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.8.4/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.8.4/recp-installer.ps1 | iex"
Download recp 0.8.4
v0.8.3 (2024-10-06)
Release Notes
Fix
- parse backstory and word properly
- update docs and flake
Install recp 0.8.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.8.3/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.8.3/recp-installer.ps1 | iex"
Download recp 0.8.3
v0.8.2 (2024-08-20)
Release Notes
Fix
Install recp 0.8.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.8.2/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.8.2/recp-installer.ps1 | iex"
Download recp 0.8.2
v0.8.0 (2024-05-27)
Release Notes
Feat
- add support for tsify under wasm feature
Fix
Install recp 0.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.8.0/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.8.0/recp-installer.ps1 | iex"
Download recp 0.8.0
v0.7.0 (2024-04-24)
Release Notes
BREAKING CHANGE
- json output is no longer like:
{"token": "Ingredient", "name": "foo", "amount": "1", "unit": "gr"}
now:
{"token": "Ingredient", "content": {"name": "foo", "amount": "1", "unit": "gr"}}
The problem is that serde was failing to serialize enum variants that contained a single string
Fix
- use serde content for token enum
Install recp 0.7.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.7.0/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.7.0/recp-installer.ps1 | iex"
Download recp 0.7.0
v0.6.0 (2024-04-24)
Release Notes
BREAKING CHANGE
- The serialized output is no longer like
{"Ingredient": {"name": "foo", "amount": "1", "unit": "gr"}}
but instead
{"token": "Ingredient", "name": "foo", "amount": "1", "unit": "gr"}
Feat
- add tag to token and add support for json-schema
Install recp 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.6.0/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.6.0/recp-installer.ps1 | iex"
Download recp 0.6.0
v0.5.0 (2024-04-23)
Release Notes
Fix
- make serde optional and add serialize if enabled
Install recp 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.5.0/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.5.0/recp-installer.ps1 | iex"
Download recp 0.5.0
v0.4.3 (2024-04-18)
Release Notes
Fix
- use repeat instead of repeat_till
Install recp 0.4.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.4.3/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.4.3/recp-installer.ps1 | iex"
Download recp 0.4.3
v0.4.2 (2024-04-16)
Release Notes
Fix
Install recp 0.4.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.4.2/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.4.2/recp-installer.ps1 | iex"
Download recp 0.4.2