Releases: mjkuranda/yummy
Releases · mjkuranda/yummy
v2.11.3
Improve database interface
###Fixed
v2.11.2
Fix types filer
Fixed
- Type filter in
/search
subpage.
v2.11.1
Fix responsive web design for mobile users
Fixed
- Typo in "Brokuł"
- Fix nav bar styles
- Fix footer styles
v2.11.0
Support for mobile users
Added
- Responsive web design for each subsites using mobile devices.
v2.10.1
Handling dotenv package
Changed
- Application port, hostname, database credentials are loaded from
.env
file.
- Deploy on HerokuApp.com - working app.
v2.10.0
Paging results
Added
- Added paging meal results.
v2.9.0
Sorting meal results
Added
- Added
relevance
property to each got meal in /search
.
- Sorting meals by
relevance
and ingredients amount.
- Opening a meal result by RMB on result's image.
v2.8.0
Validate new meals
Added
- Added validation for server side.
- Added error 400 subpage.
- Added validation for client side.
- Handles MongoDB errors.
v2.7.0
Render no image and improve README.md file
Added
- New sections in
README.md
file such us: Using
, Yummy for developers
.
- Improved
README.md
file.
Changed
- No image photo for meals without image.
v2.6.3
Move routes to YummyRouter file
Changed
- Action on icons and label text can select/unselect option in
/search
- Routes defined in YummyRouter file.
Added
- FileSize constants (0.1 MB, 0.5 MB, 1 MB, 10 MB)