Skip to content

v2.1.0

Choose a tag to compare

@tmlmt tmlmt released this 30 Oct 23:06
· 45 commits to main since this release

compare changes

🚀 Enhancements

  • 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)

❤️ Contributors