Prepare documentation for meilisearch v0.10 #289
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Prepare version for v0.10.
MeiliSearch CHANGELOGS:
Sanitize the content displayed in the web interface (html sanitize meilisearch#539)Add support of nested null, boolean and seq values (Unable to serialize nested null values meilisearch#571 and Unable to write document with nested JSON meilisearch#568, Unable to serialize nested sequences meilisearch#574)Fixed the core benchmark (Fix benchmark meilisearch#576)Publish an ARMv7 and ARMv8 binaries on releases (Publish an ARMv7 binary for the releases meilisearch#540 and Publish an aarch64 binary on releases meilisearch#581)Fixed a bug where the result of the update status after the first update was empty (First update does not appear before being processed meilisearch#542)Fixed a bug where stop words were not handled correctly (Fixes the stop words and words fst generation meilisearch#594)Fix CORS issues (fix tide cors meilisearch#602)Support wildcard on attributes to retrieve, highlight, and crop (Query parameter to return only _formatted object meilisearch#549, Rework query highlight/crop parameters meilisearch#565, and Unexpected message error on badly formatted search parameters meilisearch#598)