Commits
Implemented new recipe parser to handle complex ingredient strings. Added tests for parser.
Added missing ingredient list for the “Brainy Broth” recipe. Updated documentation.
Optimized cooking time calculation algorithm to reduce CPU usage by 30%.
Added support for vegan options in all recipes. Updated ingredient parsing.
Refactored recipe data model to use nested objects for ingredients and steps.
Pull Requests
Add new recipe for “Zombie Stew”
Fix typo in “Brainy Broth” description
Improve UI for recipe gallery
Update README with new guidelines
Remove deprecated API endpoints