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: v4.1.5
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: v5.0.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 21, 2018

  1. Use classes, drop support for old nodes

    This is a semver major change!
    
    Also, use a tighter coding style.  Standard is too spacious.
    isaacs committed Nov 21, 2018
    1
    Copy the full SHA
    9ce6919 View commit details
  2. 5.0.0

    isaacs committed Nov 21, 2018
    Copy the full SHA
    989d730 View commit details
Showing with 232 additions and 1,759 deletions.
  1. +209 −351 index.js
  2. +20 −1,398 package-lock.json
  3. +1 −5 package.json
  4. +1 −1 test/basic.js
  5. +0 −3 test/no-symbol.js
  6. +1 −1 test/serialize.js
Loading