New
- Added new scrapers
- CocktailsDistilled
- Added
total_collections
toStatsResponse
schema - Added new sort to
ingredients
endpoint:total_cocktails
- Removed
user_id
fromCocktail
schema - Removed
main_ingredient_name
fromCocktail
schema
Deprecations
- Property
short_ingredients
onCocktail
schema will be removed in next release - Property
tags
onCocktail
schema will be changed to array of objects in next release, currentlycocktail_tags
- Property
ingredient_category_id
onIngredient
schema will be changed to array of objects in next release, currentlycocktail_tags
- Property
ingredients
onCocktail
schema will be only shown if you are including the relationship via query parameter in the next release
Fixes
- Fixed typo for
include
query param in specification #147 - Importing recipes via API calls will correctly set cocktail author
- Improved recipe instructions parsing for default parser