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

Commits on Jan 27, 2021

  1. test: add more unit tests

    jonschlinkert authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    1e4e2e9 View commit details
    Browse the repository at this point in the history
  2. ci: add appveyor.yml

    Resolves gh-9
    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    4b82813 View commit details
    Browse the repository at this point in the history
  3. ci: fix test script for appveyor

    Add ci-test with coverage sent to coveralls for use in Travis (copied from chokidar)
    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    9cc13f3 View commit details
    Browse the repository at this point in the history
  4. ci: update travis config

    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    74b46fd View commit details
    Browse the repository at this point in the history
  5. chore: minor metadata improvements

    - adds keywords
    - update description
    - add link to Elan's github repo
    jonschlinkert authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    552d83e View commit details
    Browse the repository at this point in the history
  6. test: add more unit tests

    also removes the `+ '/'` from old `glob2base` tests, since they don't really test anything (it was just adding an arbitrary character to the result on both actual and expected)
    jonschlinkert authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    6462360 View commit details
    Browse the repository at this point in the history
  7. docs: add notes about escaping

    jonschlinkert authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d38acd4 View commit details
    Browse the repository at this point in the history
  8. chore: update is-glob dependency

    jonschlinkert authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    65249f9 View commit details
    Browse the repository at this point in the history
  9. feat: use path-dirname ponyfill

    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    cdbea5f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    598c533 View commit details
    Browse the repository at this point in the history
  11. docs: add additional escape-able characters

    doowb authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    b752894 View commit details
    Browse the repository at this point in the history
  12. docs: fix readme typo

    doowb authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    7fed224 View commit details
    Browse the repository at this point in the history
  13. docs: update escaping example

    es128 authored and phated committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    33cf72e View commit details
    Browse the repository at this point in the history
  14. chore: release 3.0.1

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