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-glob
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.3.15
Choose a base ref
...
head repository: isaacs/node-glob
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.5.0
Choose a head ref
  • 19 commits
  • 47 files changed
  • 2 contributors

Commits on May 14, 2024

  1. fix: benchmark ESM build compatibility

    kieran-ryan authored and isaacs committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ea4734f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. jackspeak@3.1.2

    isaacs committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1efe27c View commit details
    Browse the repository at this point in the history
  2. 10.3.16

    isaacs committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b274298 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Add includeChildMatches: false option

    This does a (best effort) attempt to ignore all *subsequent* matches
    that are a descendant of a previous match.
    
    Note the caveat in the docs, though. It will only ignore what it knows
    about. There's no post-hoc evaluation to only return the shortest
    results in cases where a deeper match is encountered before its
    shallower parent.
    isaacs committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ed0d061 View commit details
    Browse the repository at this point in the history
  2. 10.4.0

    isaacs committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f0bd1e8 View commit details
    Browse the repository at this point in the history
  3. export Ignore

    isaacs committed May 24, 2024
    Configuration menu
    Copy the full SHA
    10162fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    057d5b2 View commit details
    Browse the repository at this point in the history
  5. changelog 10.4

    isaacs committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7a6c2a2 View commit details
    Browse the repository at this point in the history
  6. 10.4.1

    isaacs committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3cb1ed7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    c76a7d2 View commit details
    Browse the repository at this point in the history
  2. 10.4.2

    isaacs committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    eef7ea3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. node 14 no longer supported

    isaacs committed Jul 6, 2024
    3 Configuration menu
    Copy the full SHA
    8a69def View commit details
    Browse the repository at this point in the history
  2. 10.4.3

    isaacs committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c14b787 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    d06c8f8 View commit details
    Browse the repository at this point in the history
  2. 10.4.4

    isaacs committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7827516 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    eaf31dc View commit details
    Browse the repository at this point in the history
  2. 10.4.5

    isaacs committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1f0c1ca View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. bin: Do not expose filenames to shell expansion

    Backport of 47473c0 from main to v10 branch
    
    fix: #636
    isaacs committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    1e4e297 View commit details
    Browse the repository at this point in the history
  2. 10.5.0

    isaacs committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    56774ef View commit details
    Browse the repository at this point in the history
Loading