Skip to content

Releases: krisk/Fuse

v7.0.0

19 Feb 02:12
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Extension changed

Features

  • finish all but state handling of live demo (9b5421a)
  • implementing reacting to option changes (46c561c)
  • improve fuse keys (c47f3d4)
  • proper ESM exports (eebcf2c)
  • properly configure monaco editors (fe0d33e)

Bug Fixes

  • add favicon on public root (bc155a3)
  • add proper ESM exports in package.json (98366b1)
  • build fixes (5969ca7)
  • double totalWeight (5c0ab46)
  • fixed browserconfig xml file (ca0cbbb)
  • fixed config, packages, and twitter social button (bd7555c)
  • fixed navbar (29b2599)
  • fixed version display and active search plugin (6e2a592)
  • imports (ec4e3bc)
  • re-implement sidebar advertisements (67a10cf)
  • support -> donate for clarity of what it is (ef99f56)
  • vite SSR build fixes (3ae8299)

v6.6.2

11 May 02:03
Compare
Choose a tag to compare

Bug Fixes

  • value fetched at the end must be a string (1de1dff), closes #661

v6.6.1

06 May 02:44
Compare
Choose a tag to compare

Bug Fixes

  • typescript: Change fieldNormWeight to be optional, fixes [#658]
  • typescript: type definition for FuseOptionKeyObject, fixes [#655] and [#656]

v6.6.0

03 May 02:13
Compare
Choose a tag to compare

Features

  • allow passing getFn for a specific key (1d445b9), closes #627

Bug Fixes

  • excessive splitting in parseQuery (2c78022)
  • type mismatch on toJSON (f5425ea)

v6.5.3

23 Dec 17:47
Compare
Choose a tag to compare

6.5.3 (2021-12-23)

Bug Fixes

  • logical: scoring for logical OR (6f6af51), closes #593

v6.5.2

23 Dec 06:12
Compare
Choose a tag to compare

6.5.2 (2021-12-23)

Purely created this version as minification failed in the prior one.

v6.5.1

23 Dec 05:15
Compare
Choose a tag to compare

6.5.1 (2021-12-23)

Bug Fixes

  • rollback min node version (9918f67)

v6.4.6

05 Jan 18:41
Compare
Choose a tag to compare

Bug Fixes

  • typescript: fix search typings (94766b2), closes #527

v6.4.5

01 Jan 20:08
Compare
Choose a tag to compare

Bug Fixes

  • typescript: export FuseIndex type (2e60bee), closes #519

v6.4.4

29 Dec 23:26
Compare
Choose a tag to compare

Bug Fixes

  • extended: correctly score include-match results (443c863), closes #522