meilisearch-js
meilisearch-js copied to clipboard
JavaScript client for the Meilisearch API
# Pull Request ## Related issue Fixes #1947 ## What does this PR do? - adds scripts that help with authoring, linting and type checking code samples ```bash # Generate...
https://github.com/microsoft/Typescript/wiki/Performance
# Pull Request ## Related issue Fixes #1922 ## What does this PR do? - fixes bug where the wrong abort controller is passed to `fetch` - adjusts documentation -...
# Pull Request Let's try and publish to [JSR](https://jsr.io) as well. - add script that creates `jsr.json` from `package.json` - add necessary entries to `publish.yaml` workflow according to https://jsr.io/docs/publishing-packages#publishing-from-github-actions To...
# Pull Request ## Related issue Fixes #1767 ## What does this PR do? - updates docs - completely refactor types with the help of the source code - refactors...
# Pull Request ## What does this PR do? - separated [Keys](https://www.meilisearch.com/docs/reference/api/keys) types into its own file, refactored them to more closely match the source code types - actions are...
# Pull Request ## What does this PR do? - refactors index types so that they match the `meilisearch` rust source code model as much as possible - removes index...
# Pull Request ## What does this PR do? - simplifies, improves, separates and documents `Settings` types - embedder settings types are no longer embedder specific for the sake of...
# Pull Request ## What does this PR do? - formats everything that `prettier` supports - replaces YAML lint, so we can remove that now
# Pull Request ## What does this PR do? - improved and/or documented various types and methods #### Migration - type `Health` -> `HealthResponse` - type `Version` -> `VersionResponse` ```diff...