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: remy/nodemon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.5
Choose a base ref
...
head repository: remy/nodemon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.6
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Oct 19, 2020

  1. fix: ignore ./<path> on cwd (#1787)

    Fixes: #1784
    
    This fixes the watch/ignore rules where the config is ignoring
    the relative local path of ./ - this fix was in place for the
    positive (watch) test but not patched for the negative (ignore).
    remy authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    03c4ed3 View commit details
    Browse the repository at this point in the history
  2. chore: Switch from JSCS to ESLint

    Antrikshy authored and remy committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    66ec7cd View commit details
    Browse the repository at this point in the history
  3. chore: change test targets (#1788)

    No longer testing in node@8 as of nodemon@2.0.5
    
    Adding node@14 and dropping non-LTS targets (odd versions).
    remy authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f74f4a2 View commit details
    Browse the repository at this point in the history
Loading