Skip to content

Commit

Permalink
chore(release): 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krisk committed May 3, 2022
1 parent 1d445b9 commit f1744bc
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 22 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [6.6.0](https://github.com/krisk/Fuse/compare/v6.5.3...v6.6.0) (2022-05-03)


### Features

* allow passing getFn for a specific key ([1d445b9](https://github.com/krisk/Fuse/commit/1d445b9999e26d6eefecbdd333d46be01aff06e5)), closes [#627](https://github.com/krisk/Fuse/issues/627)


### Bug Fixes

* excessive splitting in parseQuery ([2c78022](https://github.com/krisk/Fuse/commit/2c78022c6ccb424e1013dc486649a7d6388df193))
* type mismatch on toJSON ([f5425ea](https://github.com/krisk/Fuse/commit/f5425ea1bd6b95eae912b8dab68c9e3cac0ad27f))

### [6.5.3](https://github.com/krisk/Fuse/compare/v6.5.2...v6.5.3) (2021-12-23)


Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.3 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.0 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1453,7 +1453,7 @@ var Fuse$1 = /*#__PURE__*/function () {
return Fuse;
}();

Fuse$1.version = '6.5.3';
Fuse$1.version = '6.6.0';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.3 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.0 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1249,7 +1249,7 @@ class Fuse {
}
}

Fuse.version = '6.5.3';
Fuse.version = '6.6.0';
Fuse.createIndex = createIndex;
Fuse.parseIndex = parseIndex;
Fuse.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.esm.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fuse.basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.3 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.0 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1457,7 +1457,7 @@
return Fuse;
}();

Fuse$1.version = '6.5.3';
Fuse$1.version = '6.6.0';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.basic.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fuse.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.3 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.0 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -2216,7 +2216,7 @@ var Fuse$1 = /*#__PURE__*/function () {
return Fuse;
}();

Fuse$1.version = '6.5.3';
Fuse$1.version = '6.6.0';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
2 changes: 1 addition & 1 deletion dist/fuse.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Fuse.js v6.5.3
// Type definitions for Fuse.js v6.6.0
// TypeScript v4.5.4

export default Fuse
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.3 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.0 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -1764,7 +1764,7 @@ class Fuse {
}
}

Fuse.version = '6.5.3';
Fuse.version = '6.6.0';
Fuse.createIndex = createIndex;
Fuse.parseIndex = parseIndex;
Fuse.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.esm.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fuse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fuse.js v6.5.3 - Lightweight fuzzy-search (http://fusejs.io)
* Fuse.js v6.6.0 - Lightweight fuzzy-search (http://fusejs.io)
*
* Copyright (c) 2022 Kiro Risk (http://kiro.me)
* All Rights Reserved. Apache Software License 2.0
Expand Down Expand Up @@ -2220,7 +2220,7 @@
return Fuse;
}();

Fuse$1.version = '6.5.3';
Fuse$1.version = '6.6.0';
Fuse$1.createIndex = createIndex;
Fuse$1.parseIndex = parseIndex;
Fuse$1.config = Config;
Expand Down
4 changes: 2 additions & 2 deletions dist/fuse.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"files": [
"dist"
],
"version": "6.5.3",
"version": "6.6.0",
"description": "Lightweight fuzzy-search",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit f1744bc

Please sign in to comment.