Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for path matcher function #28

Merged
merged 19 commits into from Apr 24, 2019

Commits on Sep 30, 2018

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

Commits on Dec 29, 2018

  1. Improve documentation

    sholladay committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    8b80cf1 View commit details
    Browse the repository at this point in the history
  2. Seperate not found tests

    sholladay committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    e8072bb View commit details
    Browse the repository at this point in the history
  3. Bubble up errors correctly

    sholladay committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    44e67bf View commit details
    Browse the repository at this point in the history
  4. Fix indentation

    sholladay committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    102b688 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    7a83413 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    sholladay committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    6ad0dd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    ca48c76 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:sindresorhus/find-up

    # Conflicts:
    #	index.js
    #	package.json
    #	readme.md
    sholladay committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    f858bdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff8479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cba6f26 View commit details
    Browse the repository at this point in the history
  5. Tweak documentation

    Co-Authored-By: sholladay <me@seth-holladay.com>
    sindresorhus and sholladay committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    af9d361 View commit details
    Browse the repository at this point in the history
  6. Simplify examples

    sholladay committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    b10d5b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb97a2f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Use unique symbol

    Co-Authored-By: sholladay <me@seth-holladay.com>
    sindresorhus and sholladay committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    ae4d8bc View commit details
    Browse the repository at this point in the history
  2. Ensure symbol is readonly

    sholladay committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    bb10d62 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Add test for finding nested dir at path.basename(cwd) (#1)

    * Addition testing for edge cases
    
    * Return absolute path if found regardless of cwd
    * Return undefined for non-existant absolute path
    * Find nested path in basename of cwd
    
    * Tweak variable name
    coreyfarrell authored and sholladay committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    94fafd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b8bdb View commit details
    Browse the repository at this point in the history
  3. Update index.d.ts

    sindresorhus committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    cf3157c View commit details
    Browse the repository at this point in the history