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: devbridge/jQuery-Autocomplete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: devbridge/jQuery-Autocomplete
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 2 commits
  • 7 files changed
  • 4 contributors

Commits on May 21, 2026

  1. fix: don't push empty originalQuery onto badQueries (#872)

    `isBadQuery` matches by prefix: `q.indexOf(bad) === 0`. An empty entry
    in `badQueries` matches every subsequent query, silently blocking all
    ajax requests after the first empty-query response. Reachable with
    `minChars: 0` plus an empty server response.
    
    Guard the push so an empty `originalQuery` never enters the list.
    
    Ports szabto's #845 fix forward to the 2.x TypeScript source.
    
    Closes #845.
    
    Co-authored-by: Tomas Kirda <tomas.kirda@bisoncommerce.com>
    Co-authored-by: szabto <szabotamas93@gmail.com>
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    4 people authored May 21, 2026
    Configuration menu
    Copy the full SHA
    e9cc1b7 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.2

    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    tkirda-bison and claude committed May 21, 2026
    Configuration menu
    Copy the full SHA
    8a38614 View commit details
    Browse the repository at this point in the history
Loading