You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+
## [Unreleased]
9
+
10
+
### Changed
11
+
12
+
- Adapt to changes in the [RecipeMD specification version 2.4.0](https://recipemd.org/specification.html#version-2-4-0-2024-02-14). `recipemd-rs` now follows the reference implementation more closely
13
+
-**BREAKING**: Change `Recipe` fields:
14
+
-`tags` and `yield`: change type from `Option<Vec<_>>` to `Vec<_>`
15
+
-`ingredients`: split into `ingredients` for top-level ingredients and `ingredient_groups`
16
+
-**BREAKING**: Change `IngredientGroup` fields:
17
+
-`title`: change type from `Option<String>` to `String`
18
+
-`ingredient_groups`: add nested ingredient groups
19
+
-**BREAKING**: Change `Amount` fields:
20
+
-`factor`: change type from `Option<Factor>` to `Factor`
0 commit comments