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
ShoppingList: Add a recipe with either a factor or a number of servings for scaling (#45)
🕰️ Deprecations
ShoppingList: the call signature add_recipe(recipe: Recipe, factor?: number) is now deprecated and will be removed in v3. Use add_recipe(recipe: Recipe, scaling?: { factor: number } | { servings: number }) instead.
🤖 CI
release: Re-extract possibly edited changelog for use in release notes (4468cf9)