diff --git a/CHANGELOG.md b/CHANGELOG.md index 79716284d..0975bb5a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.5.0](https://github.com/krisk/Fuse/compare/v6.4.6...v6.5.0) (2021-12-22) + + +### Features + +* **scoring:** field length norm weight ([a9e0080](https://github.com/krisk/Fuse/commit/a9e00804497a1bfd7a94040520417825c085c945)) + + +### Bug Fixes + +* **typescript:** add config declaration to types ([2f4de0c](https://github.com/krisk/Fuse/commit/2f4de0c5ce061808f460de7f399b56a06539d4d5)) + ### [6.4.6](https://github.com/krisk/Fuse/compare/v6.4.5...v6.4.6) (2021-01-05) diff --git a/dist/fuse.basic.common.js b/dist/fuse.basic.common.js index 7ab92e856..25dedfd6e 100644 --- a/dist/fuse.basic.common.js +++ b/dist/fuse.basic.common.js @@ -1,5 +1,5 @@ /** - * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2021 Kiro Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 @@ -1451,7 +1451,7 @@ var Fuse$1 = /*#__PURE__*/function () { return Fuse; }(); -Fuse$1.version = '6.4.6'; +Fuse$1.version = '6.5.0'; Fuse$1.createIndex = createIndex; Fuse$1.parseIndex = parseIndex; Fuse$1.config = Config; diff --git a/dist/fuse.basic.esm.js b/dist/fuse.basic.esm.js index da01ef117..70fae483e 100644 --- a/dist/fuse.basic.esm.js +++ b/dist/fuse.basic.esm.js @@ -1,5 +1,5 @@ /** - * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2021 Kiro Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 @@ -1238,7 +1238,7 @@ class Fuse { } } -Fuse.version = '6.4.6'; +Fuse.version = '6.5.0'; Fuse.createIndex = createIndex; Fuse.parseIndex = parseIndex; Fuse.config = Config; diff --git a/dist/fuse.basic.esm.min.js b/dist/fuse.basic.esm.min.js index 20596c9f0..c01c45224 100644 --- a/dist/fuse.basic.esm.min.js +++ b/dist/fuse.basic.esm.min.js @@ -1,5 +1,5 @@ /** - * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2021 Kiro Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 diff --git a/dist/fuse.basic.js b/dist/fuse.basic.js index c0ba7f30f..c498ac204 100644 --- a/dist/fuse.basic.js +++ b/dist/fuse.basic.js @@ -1,5 +1,5 @@ /** - * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2021 Kiro Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 @@ -1455,7 +1455,7 @@ return Fuse; }(); - Fuse$1.version = '6.4.6'; + Fuse$1.version = '6.5.0'; Fuse$1.createIndex = createIndex; Fuse$1.parseIndex = parseIndex; Fuse$1.config = Config; diff --git a/dist/fuse.basic.min.js b/dist/fuse.basic.min.js index 20596c9f0..c01c45224 100644 --- a/dist/fuse.basic.min.js +++ b/dist/fuse.basic.min.js @@ -1,5 +1,5 @@ /** - * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2021 Kiro Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 diff --git a/dist/fuse.common.js b/dist/fuse.common.js index 27afc8143..02632a88f 100644 --- a/dist/fuse.common.js +++ b/dist/fuse.common.js @@ -1,5 +1,5 @@ /** - * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2021 Kiro Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 @@ -2240,7 +2240,7 @@ var Fuse$1 = /*#__PURE__*/function () { return Fuse; }(); -Fuse$1.version = '6.4.6'; +Fuse$1.version = '6.5.0'; Fuse$1.createIndex = createIndex; Fuse$1.parseIndex = parseIndex; Fuse$1.config = Config; diff --git a/dist/fuse.d.ts b/dist/fuse.d.ts index 2f0be28c0..f969f43e3 100644 --- a/dist/fuse.d.ts +++ b/dist/fuse.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Fuse.js v6.4.6 +// Type definitions for Fuse.js v6.5.0 // TypeScript v4.5.4 export default Fuse diff --git a/dist/fuse.esm.js b/dist/fuse.esm.js index c2dbeff48..fffb14825 100644 --- a/dist/fuse.esm.js +++ b/dist/fuse.esm.js @@ -1,5 +1,5 @@ /** - * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2021 Kiro Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 @@ -1770,7 +1770,7 @@ class Fuse { } } -Fuse.version = '6.4.6'; +Fuse.version = '6.5.0'; Fuse.createIndex = createIndex; Fuse.parseIndex = parseIndex; Fuse.config = Config; diff --git a/dist/fuse.esm.min.js b/dist/fuse.esm.min.js index 20596c9f0..c01c45224 100644 --- a/dist/fuse.esm.min.js +++ b/dist/fuse.esm.min.js @@ -1,5 +1,5 @@ /** - * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2021 Kiro Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 diff --git a/dist/fuse.js b/dist/fuse.js index 5a08bca87..ce3000cd1 100644 --- a/dist/fuse.js +++ b/dist/fuse.js @@ -1,5 +1,5 @@ /** - * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2021 Kiro Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 @@ -2244,7 +2244,7 @@ return Fuse; }(); - Fuse$1.version = '6.4.6'; + Fuse$1.version = '6.5.0'; Fuse$1.createIndex = createIndex; Fuse$1.parseIndex = parseIndex; Fuse$1.config = Config; diff --git a/dist/fuse.min.js b/dist/fuse.min.js index 20596c9f0..c01c45224 100644 --- a/dist/fuse.min.js +++ b/dist/fuse.min.js @@ -1,5 +1,5 @@ /** - * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io) + * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io) * * Copyright (c) 2021 Kiro Risk (http://kiro.me) * All Rights Reserved. Apache Software License 2.0 diff --git a/package.json b/package.json index 77633b105..6f02c6a77 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "files": [ "dist" ], - "version": "6.4.6", + "version": "6.5.0", "description": "Lightweight fuzzy-search", "license": "Apache-2.0", "repository": {