Skip to content

Commit f9bc2d7

Browse files
Update CHANGELOG.md
Co-authored-by: Ahmed Fwela <63286031+ahmednfwela@users.noreply.github.com>
1 parent b73901d commit f9bc2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
- Changes `Searcheable`, `SearchResult`, `PaginatedSearchResult` signatures to be generic `Searcheable<T>`, `SearchResult<T>`, `PaginatedSearchResult<T>`
77
- Adds a new `map<TOther>` method to `Searcheable<T>` and its subclasses to map the search result to a different type.
8-
- All search operations produce `Searcheable<Map<String, Object?>>` by default, which can be mapped to other types using the `cast<TOther>` method.
8+
- All search operations produce `Searcheable<Map<String, dynamic>>` by default, which can be mapped to other types using the `map<TOther>` method.
99
- Revert some of the `Object?` types that were changed from `dynamic`:
1010
- `MeiliSearchClient` class `Future<Map<String, dynamic>> health();`
1111
- `HttpRequest` class `Map<String, dynamic> headers();`

0 commit comments

Comments
 (0)