krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.76k stars 753 forks source link

7.0.0 Breaking Change Documentation Unclear #767

Open jgillick opened 1 month ago

jgillick commented 1 month ago

Is there an existing issue for this?

Description of the bug

In the 7.0.0 changelog, under "BREAKING CHANGES" simply lists the item: "Extension changed". What does this mean? How do I upgrade? Is this the module name extension? From the documentation, it looks like it's still imported as fuse.js.

The Fuse.js version where this bug is happening.

Other (please specify in description)

Is this a regression?

Which version did this behavior use to work in?

None

Steps To Reproduce

  1. View the changelog
  2. Read the log for version 7.0.0
  3. Ponder what "Extension changed" means and how a project should upgrade. 🤔

Expected behavior

The Breaking Changes section should explain how to upgrade to this version.

Screenshots

No response

Additional context

No response

davidstackio commented 4 days ago

This comment clarifies things a bit: https://github.com/krisk/Fuse/issues/746#issuecomment-1895603227