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: isaacs/node-lru-cache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.2.1
Choose a base ref
...
head repository: isaacs/node-lru-cache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.2.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 23, 2025

  1. Allow ignored-abort fetches to update cache

    Very niche edge case, but happens when a fetch implementation is
    aborted, but the underlying fetch implementation was not aborted, and no
    value existed in the cache already.
    
    In this case, it *should* update the stored cached value, but was not,
    because the pending fetch was not stored.
    
    Fix: #388
    isaacs committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    8a102c6 View commit details
    Browse the repository at this point in the history
  2. 11.2.2

    isaacs committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    375406d View commit details
    Browse the repository at this point in the history
Loading