-
-
Notifications
You must be signed in to change notification settings - Fork 797
Comparing changes
Open a pull request
base repository: krisk/Fuse
base: b7f298d
head repository: krisk/Fuse
compare: be19a13
- 20 commits
- 20 files changed
- 11 contributors
Commits on Jun 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ca02ec0 - Browse repository at this point
Copy the full SHA ca02ec0View commit details
Commits on Jun 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f4f0f58 - Browse repository at this point
Copy the full SHA f4f0f58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 961769b - Browse repository at this point
Copy the full SHA 961769bView commit details
Commits on Jul 12, 2017
-
Fix #171: Do not include .babelrc in npm published package (#173)
Also ignore test/ while we’re at it
Configuration menu - View commit details
-
Copy full SHA for 9d4351b - Browse repository at this point
Copy the full SHA 9d4351bView commit details
Commits on Aug 20, 2017
-
Added match index location for array key[tris] (#183)
* Add a match index for children * Fix minMatchCharLength bug #164 * build * Fix misplaced comment. Apply standard style * Rename `index` to `arrayIndex` to highlight difference with `indices` * pass arrayIndex even if array has length 1 * Add text value to `matches` * add tests * #164: minMatchCharLength should exclude matches not results * Build
Configuration menu - View commit details
-
Copy full SHA for 85df1cf - Browse repository at this point
Copy the full SHA 85df1cfView commit details
Commits on Sep 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ec5474f - Browse repository at this point
Copy the full SHA ec5474fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46652ee - Browse repository at this point
Copy the full SHA 46652eeView commit details
Commits on Sep 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2dddf96 - Browse repository at this point
Copy the full SHA 2dddf96View commit details
Commits on Oct 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f68a18a - Browse repository at this point
Copy the full SHA f68a18aView commit details
Commits on Jan 29, 2018
-
Skip calling JSON.stringify if verbose option is not enabled (#219)
* Skip calling JSON.stringfiy if verbose option was not specified * Update fuse.js * Add files via upload
Configuration menu - View commit details
-
Copy full SHA for 0e331ef - Browse repository at this point
Copy the full SHA 0e331efView commit details
Commits on May 26, 2018
-
Use Array.isArray() if it's natively available
Configuration menu - View commit details
-
Copy full SHA for f528034 - Browse repository at this point
Copy the full SHA f528034View commit details
Commits on Jun 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 75f57b8 - Browse repository at this point
Copy the full SHA 75f57b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 678ac99 - Browse repository at this point
Copy the full SHA 678ac99View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5d1a7 - Browse repository at this point
Copy the full SHA ec5d1a7View commit details
Commits on Aug 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f3a78d2 - Browse repository at this point
Copy the full SHA f3a78d2View commit details
Commits on Sep 10, 2018
-
Fix the SPDX license identifier (#252)
There is no such license as "Apache": https://spdx.org/licenses/
Configuration menu - View commit details
-
Copy full SHA for 8004e52 - Browse repository at this point
Copy the full SHA 8004e52View commit details -
Improvements to TS typings (#253)
* Make the Fuse constructor accept ReadonlyArray Fuse will not modify the input array, so a readonly array is ok as an input. The `ReadonlyArray<any>` will also accept any `Array<any>`, so this is not a breaking change. * Make Fuse generic Since the element type of the input array and the search result type are always the same, it makes sense to make Fuse generic over that type.
2Configuration menu - View commit details
-
Copy full SHA for cd0614c - Browse repository at this point
Copy the full SHA cd0614cView commit details
Commits on Oct 19, 2018
-
keyof T instead of string (#259)
That way we enforce a bit more typing
Configuration menu - View commit details
-
Copy full SHA for fbe8d40 - Browse repository at this point
Copy the full SHA fbe8d40View commit details -
Add setCollection method to Fuse types (#258)
This allows to swap lists at runtime. Thanks!
Configuration menu - View commit details
-
Copy full SHA for f738501 - Browse repository at this point
Copy the full SHA f738501View commit details
Commits on Oct 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be19a13 - Browse repository at this point
Copy the full SHA be19a13View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff b7f298d...be19a13