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
376: Update version for the next release (v0.16.0) r=curquiza a=meili-bot
_This PR is auto-generated._
The automated script updates the version of meilisearch-dart to a new version: "v0.16.0"
---
Parr of the work of #375
---
This version introduces features released on Meilisearch v1.7.0 🎉
Check out the changelog of [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0) for more information on the changes.
## ⚠️ Breaking changes
* `scoreDetails` feature is not experimental anymore. You can directly use `showRankingScoreDetails` during a search without activating the experimental feature 🎉
## 🚀 Enhancements
* Add text separators (#379) ahmednfwela
## ⚙️ Maintenance/misc
* Create code samples from code, a.k.a. code excerpts (#358) ahmednfwela
* Update dart version and checkout (#367) brunoocasali
* fix ci steps (#378) ahmednfwela
* docs: Add readme section about dio (#380) ahmednfwela
Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Ahmed Fwela <[email protected]>
Co-authored-by: Clémentine U. - curqui <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
[comment]: <>(All notable changes to this project will be documented in this file.)
2
2
3
+
# 0.16.0
4
+
### Breaking Changes:
5
+
6
+
-`scoreDetails` feature is not experimental anymore. You can directly use showRankingScoreDetails during a search without activating the experimental feature
0 commit comments