Changelog fixed
This commit is contained in:
parent
2ba53e3366
commit
9cce0b095f
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
### 0.9.15
|
||||
- **Add**: `BaseSearchViewController` class that that allows to enter text for search and then displays search results in table view.
|
||||
- **Add**: `BaseSearchViewController` class that allows to enter text for search and then displays search results in table view.
|
||||
- **Add**: `BaseSearchViewModel` class that loads data from a given data source and performs search among the results.
|
||||
- **Add**: `SearchResultsController` protocol that represent a controller able to display search results.
|
||||
- **Add**: `SearchResultsControllerState` enum that represents `SearchResultsController` state.
|
||||
|
|
|
|||
Loading…
Reference in New Issue