Skip to content

Commit edf2fb6

Browse files
committed
chore(release): 7.6.0-beta.0
1 parent 08459a9 commit edf2fb6

16 files changed

Lines changed: 31 additions & 24 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [7.6.0-beta.0](https://github.com/krisk/Fuse/compare/v7.5.0...v7.6.0-beta.0) (2026-08-09)
6+
7+
8+
### Features
9+
10+
* **search:** add MongoDB-style object query syntax ([08459a9](https://github.com/krisk/Fuse/commit/08459a96198515ac6cf999994c36c00fb69ce865))
11+
512
## [7.5.0](https://github.com/krisk/Fuse/compare/v7.4.2...v7.5.0) (2026-07-13)
613

714
### ⚠️ Behavior changes

dist/fuse-worker.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v7.5.0 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v7.6.0-beta.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2026 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0

dist/fuse-worker.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v7.5.0 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v7.6.0-beta.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2026 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0

dist/fuse.basic.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v7.5.0 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v7.6.0-beta.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2026 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0
@@ -1194,7 +1194,7 @@ var Fuse = class {
11941194

11951195
//#endregion
11961196
//#region src/entry.ts
1197-
Fuse.version = "7.5.0";
1197+
Fuse.version = "7.6.0-beta.0";
11981198
Fuse.createIndex = createIndex;
11991199
Fuse.parseIndex = parseIndex;
12001200
Fuse.config = Config;

dist/fuse.basic.min.cjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/fuse.basic.min.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/fuse.basic.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v7.5.0 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v7.6.0-beta.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2026 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0
@@ -1193,7 +1193,7 @@ var Fuse = class {
11931193

11941194
//#endregion
11951195
//#region src/entry.ts
1196-
Fuse.version = "7.5.0";
1196+
Fuse.version = "7.6.0-beta.0";
11971197
Fuse.createIndex = createIndex;
11981198
Fuse.parseIndex = parseIndex;
11991199
Fuse.config = Config;

dist/fuse.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fuse.js v7.5.0 - Lightweight fuzzy-search (http://fusejs.io)
2+
* Fuse.js v7.6.0-beta.0 - Lightweight fuzzy-search (http://fusejs.io)
33
*
44
* Copyright (c) 2026 Kiro Risk (http://kiro.me)
55
* All Rights Reserved. Apache Software License 2.0
@@ -1762,7 +1762,7 @@ function compileObjectLeaf(fieldValue, keyPath, options) {
17621762

17631763
//#endregion
17641764
//#region src/entry.ts
1765-
Fuse.version = "7.5.0";
1765+
Fuse.version = "7.6.0-beta.0";
17661766
Fuse.createIndex = createIndex;
17671767
Fuse.parseIndex = parseIndex;
17681768
Fuse.config = Config;

dist/fuse.min.cjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/fuse.min.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)