0.15.0 π
·
154 commits
to refs/heads/main
since this release
This version makes this package compatible with Meilisearch v1.0.0 π
Check out the changelog of Meilisearch v1.0.0 for more information on the changes.
β οΈ Breaking changes
search<T>
returns aSearchable<T>
insteadSearchResult<T>
directly. Now theSearchResult
contains the implementation handler of a request with estimated pagination (limit/offset), andFiniteSearchResult
contains the implementation for finite paginationpage
/hitsPerPage
. (#369) @brunoocasali- This is the list of the accepted parameters for
getTasks
(TasksQuery
) (#365) @brunoocasali:
limit: Int?
from: Int?
next: Int?
statuses: [String]?
types: [String]?
indexUids: [String]?
uids: [Int]?
canceledBy: [Int]?
beforeEnqueuedAt: Date?
afterEnqueuedAt: Date?
afterFinishedAt: Date?
beforeStartedAt: Date?
afterStartedAt: Date?
beforeFinishedAt: Date?
π Enhancements
- Fix batch delete for string document ids. (#330) (#331) @aronbudinszky
- Renamed all the occurrence of MEILISEARCH_HOST to MEILISEARCH_URL (#340) @zt4ff
- Replace variable name from
'query'
to'path'
where the query was defined as a full path (#259) (#349) @Dishant10 - Add finite pagination support (#369) @brunoocasali
- Fix typo in README.md (#351) @Dishant10
π Bug Fixes
Thanks again to @Dishant10, @aronbudinszky, @bidoubiwa, @brunoocasali, @curquiza, @mannuch, @meili-bors[bot], and @zt4ff! π