Releases: d-k-bo/recipemd-rs
Releases · d-k-bo/recipemd-rs
v0.2.0
Changed
- Adapt to changes in the RecipeMD specification version 2.4.0.
recipemd-rs
now follows the reference implementation more closely - BREAKING: Change
Recipe
fields:tags
andyield
: change type fromOption<Vec<_>>
toVec<_>
ingredients
: split intoingredients
for top-level ingredients andingredient_groups
- BREAKING: Change
IngredientGroup
fields:title
: change type fromOption<String>
toString
ingredient_groups
: add nested ingredient groups
- BREAKING: Change
Amount
fields:factor
: change type fromOption<Factor>
toFactor
- BREAKING: Change
ErrorKind
variants:- Remove
ErrorKind::EmptyIngredientGroup
- Add
ErrorKind::AmountWithoutValue
- Remove
v0.1.0
chore: Release recipemd version 0.1.0