Skip to content

Releases: meilisearch/meilisearch-js-plugins

@meilisearch/[email protected]

24 Sep 08:25
Compare
Choose a tag to compare

Minor Changes

  • 81420d8: Bump meilisearch to v0.53
  • 8d9c32a: handle per-index meilisearch params configuration

Example: overriding meiliSearchParams per index

const client = instantMeiliSearch("host", "key", {
  meiliSearchParams: {
    indexesOverrides: {
      products: { matchingStrategy: MatchingStrategies.ALL },
      categories: { matchingStrategy: MatchingStrategies.LAST },
    },
  },
}).searchClient

Patch Changes

@meilisearch/[email protected]

10 Jun 05:28
8f05082
Compare
Choose a tag to compare

Minor Changes

  • 9bcef24: Bump meilisearch dependency to v0.51

@meilisearch/[email protected]

15 Apr 06:36
1823e18
Compare
Choose a tag to compare

Minor Changes

  • 3085de3: Bump meilisearch to v0.50.0

@meilisearch/[email protected]

18 Feb 05:12
ed904dc
Compare
Choose a tag to compare

Minor Changes

@meilisearch/[email protected]

22 Jan 07:57
67c9478
Compare
Choose a tag to compare

Minor Changes

  • fe45115: - Jest -> Vitest
    • Rollup -> Vite
    • "type": "module"
    • update meilisearch-js to latest version
    • update everything else that caused a conflict to the latest version, and adapt code

@meilisearch/[email protected]

22 Jan 07:57
67c9478
Compare
Choose a tag to compare

Minor Changes

  • fe45115: - Jest -> Vitest
    • Rollup -> Vite
    • "type": "module"
    • update meilisearch-js to latest version
    • update everything else that caused a conflict to the latest version, and adapt code

Patch Changes

@meilisearch/[email protected]

27 Dec 10:04
bf6cf6b
Compare
Choose a tag to compare

Minor Changes

@meilisearch/[email protected]

24 Dec 09:08
f64b254
Compare
Choose a tag to compare

Minor Changes

  • a794b88: Update meilisearch-js to v0.47
  • f966050: Use Meilisearch v1.12 new highlight behavior

@meilisearch/[email protected]

28 Oct 22:07
b5d3a42
Compare
Choose a tag to compare

Minor Changes

  • 5b56a06: Update meilisearch version to v0.45.0

@meilisearch/[email protected]

23 Oct 08:29
5fb9fd3
Compare
Choose a tag to compare

Patch Changes

  • 7bc6b54: Fix rollup importing wrong "meilisearch"