v1.0.0 π
meili-bot
released this
06 Feb 13:31
·
425 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
Endpoints/Indexes
date attributes$createdAt
and$updatedAt
areDateTime
now instead ofstring
. (#457) @brunoocasali- Removed
getCreatedAtString
andgetUpdatedAtString
functions.
- Removed
- Add
canceledBy
/setCanceledBy
inTasksQuery
(#454) @brunoocasali - Remove
next
attribute andsetNext
fromTasksQuery
. (#454) @brunoocasali - Remove
next
attribute andsetNext
fromDeleteTasksQuery
. (#454) @brunoocasali - Remove
next
,canceledBy
attributes andsetNext
,setCanceledBy
fromCancelTasksQuery
. (#454) @brunoocasali - Remove
deleteAllIndexes
, since they don't really delete all the indexes but only the first page. (#454) @brunoocasali - Remove
getAllRawIndexes
function. (#454) @brunoocasali - Rename
getAllIndexes
togetIndexes
. (#454) @brunoocasali - Move all traits to
src/Endpoints/Delegates
. (#455) @brunoocasaliMeilisearch\Delegates\HandlesIndex
toMeilisearch\Endpoints\Delegates\HandlesIndex
Meilisearch\Delegates\HandlesSystem
toMeilisearch\Endpoints\Delegates\HandlesSystem
Meilisearch\Delegates\TasksQueryTrait
toMeilisearch\Endpoints\Delegates\TasksQueryTrait
Enhancements
Thanks again to @brunoocasali and @norkunas! π