Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
krisk committed Mar 17, 2020
1 parent 0fe98b5 commit bf45b0f
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 5.0.3-beta

- A couple of fixes, courtesy of [Daniel Dickinson](https://github.com/cshoredaniel):
- Generate multiple targets with webpack (#359)
- Fixed TypeError (#360)

# Version 5.0.2-beta

- Added indexing for increased performance over large lists
Expand Down
2 changes: 1 addition & 1 deletion dist/fuse.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Fuse.js v5.0.2-beta
// Type definitions for Fuse.js v5.0.3-beta
// TypeScript Version: 3.1

export = Fuse
Expand Down
19 changes: 15 additions & 4 deletions dist/fuse.dev.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/fuse.js

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions dist/fuse.raw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/fuse.raw.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "kirollos@gmail.com",
"url": "http://kiro.me"
},
"version": "5.0.2-beta",
"version": "5.0.3-beta",
"description": "Lightweight fuzzy-search",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit bf45b0f

Please sign in to comment.