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: gulpjs/glob-parent Loading
base: v3.0.1
Choose a base ref
...
head repository: gulpjs/glob-parent Loading
compare: v3.1.0
Choose a head ref
  • 17 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 27, 2021

  1. ci: update node versions

    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    8124c53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a24be03 View commit details
    Browse the repository at this point in the history
  3. feat: pre-process braces/brackets sections

    Replace with simple * so that whatever path part they are in still gets
    recognized as containing glob magic
    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    9ef8a87 View commit details
    Browse the repository at this point in the history
  4. chore: clean up code formatting

    comment on each operation
    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    17709b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2a91d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cfb0ba View commit details
    Browse the repository at this point in the history
  7. fix: trailing escaped square brackets

    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    99ec9fe View commit details
    Browse the repository at this point in the history
  8. test: add more braces/brackets tests

    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    fadb8f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8269bd8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7db1bdb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4b2f3e View commit details
    Browse the repository at this point in the history
  12. docs: document limitations

    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d23c6c8 View commit details
    Browse the repository at this point in the history
  13. feat: allow basic win32 backslash use

    Even though backslashes are not supposed to be used with globs,
    glob-parent still did its job of separating out the glob-like
    sections prior to escaping functionality being added. This restores
    that capability for basic cases. Users will not be able to use
    backslashes as their path separator AND escape characters; if
    escapes are needed they are responsible for providing their globs
    with the appropriate forward-slash separators.
    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    272afa5 View commit details
    Browse the repository at this point in the history
  14. docs: document special windows behavior

    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    fb871f5 View commit details
    Browse the repository at this point in the history
  15. test: update escaping tests for windows

    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    688be1b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b0491a9 View commit details
    Browse the repository at this point in the history
  17. chore: release 3.1.0

    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    1a933e3 View commit details
    Browse the repository at this point in the history
Loading