Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(typescript): fieldNormWeight should be optional, fixes #650 #648

Closed
wants to merge 2 commits into from

Commits on May 3, 2022

  1. Fix type definition, fieldNormWeight is optional

    The `fieldNormWeight` config option has a default value of `1`, and can therefore be optional (like the other config options)
    
    https://github.com/krisk/Fuse/blob/a9e00804497a1bfd7a94040520417825c085c945/src/core/config.js#L58-L59
    BenJenkinson authored May 3, 2022
    Configuration menu
    Copy the full SHA
    74ebcb3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

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