- Exported exception types so that they can be caught by calling clients.
- Updated to the more permissive MIT license.
- Implemented
SearchClient.getSuggestions(...)
for querying suggestions based on a given search query. (Thanks to @brqnko in #1.)
- Fixed an issue causing a
TypeError
when casting aStream<Iterable<SearchResult>>
to a more specialised type. - Bumped dependencies to latest versions.
- Initial release.