v2.6.0
Added pagination to the RestaurantListView
to improve user experience. Also ordered the list of restaurants by name, resulting in a collection that is easier to read.
Here are the exact changes:
- Add pagination to ListView
- Order restaurants by name in ListView
- Paving the way for restaurant categories and reviews