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

Upgrade Levenshtein to Damerau-Levenshtein #1973

Merged
merged 12 commits into from Jul 12, 2021
Merged

Upgrade Levenshtein to Damerau-Levenshtein #1973

merged 12 commits into from Jul 12, 2021

Commits on May 6, 2020

  1. Upgrade levenshtein to damerau-levenshtein

    Allow for transpositions
    thrien committed May 6, 2020
    Copy the full SHA
    999663a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from thrien/damerau

    Upgrade levenshtein to damerau-levenshtein
    thrien committed May 6, 2020
    Copy the full SHA
    99aa48b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Copy the full SHA
    ea67932 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'yargs-master'

    tobias committed Jun 22, 2021
    Copy the full SHA
    f70a7c9 View commit details
    Browse the repository at this point in the history
  3. fix linting

    tobias committed Jun 22, 2021
    Copy the full SHA
    acf5818 View commit details
    Browse the repository at this point in the history
  4. replace tabs with spaces

    tobias committed Jun 22, 2021
    Copy the full SHA
    af6b522 View commit details
    Browse the repository at this point in the history
  5. fix linting

    tobias committed Jun 22, 2021
    Copy the full SHA
    ca2ecca View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Copy the full SHA
    57c3cf5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Copy the full SHA
    f10e919 View commit details
    Browse the repository at this point in the history
  2. Test transposition in command recommendation

    tobias committed Jul 10, 2021
    Copy the full SHA
    2d6d57c View commit details
    Browse the repository at this point in the history
  3. Fix test

    tobias committed Jul 10, 2021
    Copy the full SHA
    78f66f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

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