Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: krisk/Fuse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b7f298d
Choose a base ref
...
head repository: krisk/Fuse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: be19a13
Choose a head ref
  • 20 commits
  • 20 files changed
  • 11 contributors

Commits on Jun 22, 2017

  1. Update backers.md

    krisk authored Jun 22, 2017
    Configuration menu
    Copy the full SHA
    ca02ec0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. Update backers.md

    krisk authored Jun 24, 2017
    Configuration menu
    Copy the full SHA
    f4f0f58 View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

    krisk authored Jun 24, 2017
    Configuration menu
    Copy the full SHA
    961769b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Fix #171: Do not include .babelrc in npm published package (#173)

    Also ignore test/ while we’re at it
    thatmarvin authored and krisk committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    9d4351b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

  1. 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
    Hypnosphi authored and krisk committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    85df1cf View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2017

  1. allow searching deep nested numbers (#189)

    mtycvy authored and krisk committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    ec5474f View commit details
    Browse the repository at this point in the history
  2. Version 3.1.0

    krisk committed Sep 2, 2017
    Configuration menu
    Copy the full SHA
    46652ee View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Configuration menu
    Copy the full SHA
    2dddf96 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. New version 3.2.0

    krisk committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    f68a18a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. 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
    karan-kang authored and krisk committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    0e331ef View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Ponyfill is_array (#234)

    Use Array.isArray() if it's natively available
    lagden authored and krisk committed May 26, 2018
    Configuration menu
    Copy the full SHA
    f528034 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Fixed #233

    krisk committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    75f57b8 View commit details
    Browse the repository at this point in the history
  2. Updated version

    krisk committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    678ac99 View commit details
    Browse the repository at this point in the history
  3. new version

    krisk committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    ec5d1a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Added support

    krisk committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    f3a78d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Fix the SPDX license identifier (#252)

    There is no such license as "Apache": https://spdx.org/licenses/
    honzajavorek authored and krisk committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    8004e52 View commit details
    Browse the repository at this point in the history
  2. 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.
    googol authored and krisk committed Sep 10, 2018
    2 Configuration menu
    Copy the full SHA
    cd0614c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. keyof T instead of string (#259)

    That way we enforce a bit more typing
    ceymard authored and krisk committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    fbe8d40 View commit details
    Browse the repository at this point in the history
  2. Add setCollection method to Fuse types (#258)

    This allows to swap lists at runtime.
    
    Thanks!
    peterblazejewicz authored and krisk committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f738501 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. New version 3.3.0

    krisk committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    be19a13 View commit details
    Browse the repository at this point in the history
Loading