Attributes
Popular
Repository
Current version released
4 years ago
Versions
- v6.4.1Latest
- v6.4.0
- v6.3.1
- v6.3.0
- v6.2.1
- v6.2.0
- v6.2.0-beta.1
- v6.2.0-beta.0
- v6.1.0
- v6.1.0-alpha.2
- v6.1.0-alpha.1
- v6.1.0-alpha.0
- v6.0.4
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0.0
- v6.0.0-beta.2
- v6.0.0-beta.1
- v6.0.0-beta.0
- v5.2.3
- v5.2.2
- v5.2.2-alpha.0
- v5.2.1
- v5.2.0
- v5.2.0-alpha.6
- v5.2.0-alpha.5
- v5.2.0-alpha.4
- v5.2.0-alpha.3
- v5.2.0-alpha.2
- v5.2.0-alpha.1
- v5.2.0-alpha.0
- v5.1.0
- v5.0.10-beta
- v5.0.9-beta
- v5.0.8-beta
- v5.0.7-beta
- v5.0.6-beta
- v5.0.5-beta
- v5.0.4-beta
- v5.0.3-beta
- v5.0.2-beta
- v5.0.1-beta
- v5.0.0-beta
- v4.1.0-beta
- v4.0.4-beta
- v4.0.3-beta
- v4.0.2-beta
- v4.0.1-beta
- v4.0.0-beta
- v3.6.1
- v3.6.0
- v3.5.0
- v3.4.6
- v3.4.5
- v3.4.4
- v3.4.3
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.0
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.7.4
- v2.7.3
- v2.7.2
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.0
- v2.4.1
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0-beta
- v2.0.2
- v2.0.1
- v2.0.0
- v1.3.1
- v1.3.0
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.0
- v1.0.1
- v
- show
- ls
- l
- 2.0.1
- 1.2.2
- 1.2.1
Introduction
Fuse.js is a lightweight fuzzy-search, in JavaScript, with zero dependencies.
Documentation
To checkout out live examples and docs, visit fusejs.io.
Installation
NPM
NPM is the recommended installation method. It pairs nicely with a CommonJS module bundler such as Webpack or Browserify.
# latest
$ npm install --save fuse.js
CDN
Available on cdnjs (see the latest version on the Releases page).
Contributing
Coding conventions
Code should be run through Standard Format.
Testing
Before submitting a pull request, please add relevant tests in test/index.js
, and execute them via npm test
.