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: v7.16.0
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: v7.16.1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 16, 2023

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

Commits on Feb 17, 2023

  1. add a 'build' run script

    Not sure what's requiring this, but something in the size checker is failing
    for want of it.
    isaacs committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f33a3e4 View commit details
    Browse the repository at this point in the history
  2. moveToTail before remove/add size

    Fix: #269
    
    PR-URL: #270
    Credit: @nornagon
    Close: #270
    Reviewed-by: @isaacs
    nornagon authored and isaacs committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c8cae78 View commit details
    Browse the repository at this point in the history
  3. more informative tests for #269

    Just helping to get my head around what exactly was going on there, and
    make it a bit clearer moving forward what the issue was.
    isaacs committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    d5fea34 View commit details
    Browse the repository at this point in the history
  4. fix: do not expose background fetch promises to iterators

    Noticed while looking at test for #269
    isaacs committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    6e2a5bf View commit details
    Browse the repository at this point in the history
  5. 7.16.1

    isaacs committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    e0e0413 View commit details
    Browse the repository at this point in the history
Loading