Skip to content

Releases: d-k-bo/recipemd-rs

v0.2.0

21 Feb 23:46
Compare
Choose a tag to compare

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 and yield: change type from Option<Vec<_>> to Vec<_>
    • ingredients: split into ingredients for top-level ingredients and ingredient_groups
  • BREAKING: Change IngredientGroup fields:
    • title: change type from Option<String> to String
    • ingredient_groups: add nested ingredient groups
  • BREAKING: Change Amount fields:
    • factor: change type from Option<Factor> to Factor
  • BREAKING: Change ErrorKind variants:
    • Remove ErrorKind::EmptyIngredientGroup
    • Add ErrorKind::AmountWithoutValue

v0.1.0

03 Aug 12:43
Compare
Choose a tag to compare
chore: Release recipemd version 0.1.0