Following the changes related to Meilisearch v1.12.0 mega issue
Description
Add a feature introduced in Meilisearch v1.12.0: the reverse parameter when fetching tasks.
For more information refer to the docs:
For reference, here is how this works in JavaScript using meilisearch-js:
const reversedTasks = await client.getTasks({ reverse: true });
Tasks