Skip to content

v1.4.3

Choose a tag to compare

@tmlmt tmlmt released this 06 Sep 17:53
· 95 commits to main since this release

compare changes

🩹 Fixes

  • docs: ScaleBy and scaleTo actually return a new Recipe (1ce6e58)
  • scaling: Preserve fractions when multipier is integer or inverse of one (84ff940)

📖 Documentation

  • Add details and examples to the guide about extensions (7a8e27a)
  • Add explanation and examples for scaling recipes (7daa10c)
  • Add explanation and examples for shopping lists (364bcfa)
  • Add toc to extensions guide (8c468eb)

🏡 Chore

  • scripts: Change default prompt answer to continuing the release process (1ef7318)
  • test: Remove unnecessary initialization of recipe properties in recipe_scaling tests (3e05f31)
  • test: Remove unnecessary categorize() calls (5725e24)
  • test: Remove unnecessary initialization of shopping_list tests (0048151)

✅ Tests

  • simplifyFraction: Add test when the numerator is < 1 (9c71acd)
  • scaling: Add check for fraction and range values (0ced2da)

🤖 CI

  • scripts: Make yes as default answer to prompts for confirmation (eabc017)
  • release: Check that lint, test and docs:build run without error before releasing (d467a31)

❤️ Contributors