You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
355: Update version for the next release (v0.15.0) r=brunoocasali a=meili-bot
_This PR is auto-generated._
The automated script updates the version of meilisearch-dart to a new version: "v0.15.0"
Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Bruno Casali <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
[comment]: <>(All notable changes to this project will be documented in this file.)
2
2
3
+
# 0.15.0
4
+
### Breaking Changes:
5
+
6
+
- Change members of `Faceting` to be `final`, and remove the default values
7
+
- Mark all `Searcheable<T>` fields in the constructor as `required`
8
+
- Bug Fix `Searcheable<T>` had a wrong `matchesPosition` property, which was moved into `MeiliDocumentContainer<T>`
9
+
10
+
### Changes:
11
+
12
+
- Add `int? total` to `TasksResults`
13
+
- Add `attributesToSearchOn` to `SearchQuery` and `IndexSearchQuery`
14
+
- Add `Future<FacetSearchResult> facetSearch(FacetSearchQuery query)` to `MeiliSearchIndex`
15
+
- Add `enum FacetingSortTypes`
16
+
- Add `Map<String, FacetingSortTypes>? sortFacetValuesBy` to `Faceting`
17
+
-[experimental]* Add `List? vector` to `SearchQuery` and `IndexSearchQuery`
18
+
-[experimental]* Add `bool? showRankingScoreDetails` to `SearchQuery` and `IndexSearchQuery`
19
+
- Add `bool? showRankingScore` to `SearchQuery` and `IndexSearchQuery`
20
+
- Add `MeiliDocumentContainer<T>`
21
+
- Add `Map<String, dynamic> src` to `Searchable` which exposes the raw json object returned from the server.
22
+
Just in case we don't keep up with new meilisearch releases, the user has a way to access new features.
23
+
24
+
[experimental]* To adopt a experimental [change you must opt-in manually](https://www.meilisearch.com/docs/learn/experimental/overview#activating-experimental-features)
25
+
3
26
# 0.14.0
4
27
### Breaking Changes:
5
28
- Moved `indexUid`, `query` from `SearchQuery` to the new `IndexSearchQuery`.
0 commit comments