Releases: mjkuranda/yummy
Releases · mjkuranda/yummy
v2.6.2
Fix others links
Fixed
- Fixs two buttons in
/meals/add
(summary of new meal - post action)
Changed
- Top link changes text to
Powrót do wyszukiwania
and refers to /search?
address.
Added
- Adds new button on the bottom of
/search
as Dodaj
. It refers to /meals/add
action.
v2.6.1
Fix links for categories in index file
Fixed
- Add links for links in index file.
- Redirects to search subsite containg different queries.
v2.6.0
Navigation between subsites
Added
- All buttons redirect to the indicated address
- Search-Result correct redirecting with source
- Redirect correctly all links in index
Fixed
- Center text inside button
- Disable
Propozycja na dziś
button
v2.5.0
Render selected result
Added
- Render result with details on route /result/:id
Changed
- Text for meals without image
v2.4.0
Fetch matching meals and render them correctly in /search
- Fetch all matching documents from the database
- Render them correctly in /search
v2.3.0
Typing meals
- Each meal has assiged its type
- Adds meal type to schema
- Render type select options in /meals/add
- Render all types in /search
- Sends selected types in query
v2.2.2
Print ingredients instead of icons
- Fix ingredients name in /meals/add/new
- Fix space between checkbox and ingredient in /meals/add
- Center ingredients in /meals/add
v2.2.1
Do not add existing meals
Buxgfix. You cannot add a meal that includes title existing inside the database. When you refresh subpage, where you can see what you added, it returns information: "Such meal exists". There is entire validation after serverside.
v2.2.0
Add images to meals
You can attach image to a new meal as well. MealSchema validator works and validates your entry. Simple error related to multer is handling.
v2.1.0
Add /meals/add subpage that allows adding new meals
It adds /meals/new subsite that alows adding new meals to the database. Also, /meals/new after adding shows message about it.