File tree Expand file tree Collapse file tree 13 files changed +30
-18
lines changed Expand file tree Collapse file tree 13 files changed +30
-18
lines changed Original file line number Diff line number Diff line change 22
33All 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+ ## [ 6.5.0] ( https://github.com/krisk/Fuse/compare/v6.4.6...v6.5.0 ) (2021-12-22)
6+
7+
8+ ### Features
9+
10+ * ** scoring:** field length norm weight ([ a9e0080] ( https://github.com/krisk/Fuse/commit/a9e00804497a1bfd7a94040520417825c085c945 ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * ** typescript:** add config declaration to types ([ 2f4de0c] ( https://github.com/krisk/Fuse/commit/2f4de0c5ce061808f460de7f399b56a06539d4d5 ) )
16+
517### [ 6.4.6] ( https://github.com/krisk/Fuse/compare/v6.4.5...v6.4.6 ) (2021-01-05)
618
719
Original file line number Diff line number Diff line change 11/**
2- * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+ * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33 *
44 * Copyright (c) 2021 Kiro Risk (http://kiro.me)
55 * All Rights Reserved. Apache Software License 2.0
@@ -1451,7 +1451,7 @@ var Fuse$1 = /*#__PURE__*/function () {
14511451 return Fuse ;
14521452} ( ) ;
14531453
1454- Fuse$1 . version = '6.4.6 ' ;
1454+ Fuse$1 . version = '6.5.0 ' ;
14551455Fuse$1 . createIndex = createIndex ;
14561456Fuse$1 . parseIndex = parseIndex ;
14571457Fuse$1 . config = Config ;
Original file line number Diff line number Diff line change 11/**
2- * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+ * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33 *
44 * Copyright (c) 2021 Kiro Risk (http://kiro.me)
55 * All Rights Reserved. Apache Software License 2.0
@@ -1238,7 +1238,7 @@ class Fuse {
12381238 }
12391239}
12401240
1241- Fuse . version = '6.4.6 ' ;
1241+ Fuse . version = '6.5.0 ' ;
12421242Fuse . createIndex = createIndex ;
12431243Fuse . parseIndex = parseIndex ;
12441244Fuse . config = Config ;
Original file line number Diff line number Diff line change 11/**
2- * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+ * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33 *
44 * Copyright (c) 2021 Kiro Risk (http://kiro.me)
55 * All Rights Reserved. Apache Software License 2.0
Original file line number Diff line number Diff line change 11/**
2- * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+ * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33 *
44 * Copyright (c) 2021 Kiro Risk (http://kiro.me)
55 * All Rights Reserved. Apache Software License 2.0
14551455 return Fuse ;
14561456 } ( ) ;
14571457
1458- Fuse$1 . version = '6.4.6 ' ;
1458+ Fuse$1 . version = '6.5.0 ' ;
14591459 Fuse$1 . createIndex = createIndex ;
14601460 Fuse$1 . parseIndex = parseIndex ;
14611461 Fuse$1 . config = Config ;
Original file line number Diff line number Diff line change 11/**
2- * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+ * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33 *
44 * Copyright (c) 2021 Kiro Risk (http://kiro.me)
55 * All Rights Reserved. Apache Software License 2.0
Original file line number Diff line number Diff line change 11/**
2- * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+ * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33 *
44 * Copyright (c) 2021 Kiro Risk (http://kiro.me)
55 * All Rights Reserved. Apache Software License 2.0
@@ -2240,7 +2240,7 @@ var Fuse$1 = /*#__PURE__*/function () {
22402240 return Fuse ;
22412241} ( ) ;
22422242
2243- Fuse$1 . version = '6.4.6 ' ;
2243+ Fuse$1 . version = '6.5.0 ' ;
22442244Fuse$1 . createIndex = createIndex ;
22452245Fuse$1 . parseIndex = parseIndex ;
22462246Fuse$1 . config = Config ;
Original file line number Diff line number Diff line change 1- // Type definitions for Fuse.js v6.4.6
1+ // Type definitions for Fuse.js v6.5.0
22// TypeScript v4.5.4
33
44export default Fuse
Original file line number Diff line number Diff line change 11/**
2- * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+ * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33 *
44 * Copyright (c) 2021 Kiro Risk (http://kiro.me)
55 * All Rights Reserved. Apache Software License 2.0
@@ -1770,7 +1770,7 @@ class Fuse {
17701770 }
17711771}
17721772
1773- Fuse . version = '6.4.6 ' ;
1773+ Fuse . version = '6.5.0 ' ;
17741774Fuse . createIndex = createIndex ;
17751775Fuse . parseIndex = parseIndex ;
17761776Fuse . config = Config ;
Original file line number Diff line number Diff line change 11/**
2- * Fuse.js v6.4.6 - Lightweight fuzzy-search (http://fusejs.io)
2+ * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
33 *
44 * Copyright (c) 2021 Kiro Risk (http://kiro.me)
55 * All Rights Reserved. Apache Software License 2.0
You can’t perform that action at this time.
0 commit comments