redux-search v2.0.0 Release Notes

  • 📦 Extract web-worker search utilty into its own NPM package, js-worker-search. Moved web-worker support detection (previously managed by CapabilitiesBasedSearchApi) into that module as well to simplify the redux-search interface.

    ⬆️ Upgrade path (1.x to 2.x)

    👷 If you were previously importing CapabilitiesBasedSearchApi or WorkerSearchApi directly you should now just import SearchApi. It will handle auto-detecting web-worker support and use the correct implementation under the hood.

    📦 SearchUtility will now longer be exported by this package. Import it from js-worker-search instead.