- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 592
Comparing changes
Open a pull request
base repository: paulmillr/chokidar
base: 3b1071a6dd82397842f4f7dc63b72c703bd06275
head repository: paulmillr/chokidar
compare: 7b8e02af255f54bcc3978f2a926cdc0b0ca107b3
Commits on May 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3d91781 - Browse repository at this point
Copy the full SHA 3d91781View commit details
Commits on Jul 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 528826f - Browse repository at this point
Copy the full SHA 528826fView commit details
Commits on Aug 17, 2017
-
fix for handling braces in path (#622)
* fix for handling braces in path * fix entry parts checking * fix braces test * fix braces test * fix paths in test for windows
Configuration menu - View commit details
-
Copy full SHA for cbdf255 - Browse repository at this point
Copy the full SHA cbdf255View commit details
Commits on Aug 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cde757a - Browse repository at this point
Copy the full SHA cde757aView commit details
Commits on Oct 14, 2017
-
Fix uncaught exception "Cannot read property 'lastChange' of undefined".
Includes a test case that reproduces the issue without the fix.
Configuration menu - View commit details
-
Copy full SHA for 075f13f - Browse repository at this point
Copy the full SHA 075f13fView commit details
Commits on Dec 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a92f089 - Browse repository at this point
Copy the full SHA a92f089View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3112a - Browse repository at this point
Copy the full SHA 2f3112aView commit details
Commits on Dec 29, 2017
-
Merge pull request #658 from phated/replace-syspath
Attempt to get tests passing with updated deps
Configuration menu - View commit details
-
Copy full SHA for 51ca0d5 - Browse repository at this point
Copy the full SHA 51ca0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe97886 - Browse repository at this point
Copy the full SHA fe97886View commit details -
Configuration menu - View commit details
-
Copy full SHA for febd028 - Browse repository at this point
Copy the full SHA febd028View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d8132 - Browse repository at this point
Copy the full SHA d2d8132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec944e - Browse repository at this point
Copy the full SHA 4ec944eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41021e8 - Browse repository at this point
Copy the full SHA 41021e8View commit details -
Merge pull request #659 from phated/ci-updates
Update Travis & AppVeyor to allow node 0.10 failures
Configuration menu - View commit details
-
Copy full SHA for 77cf90f - Browse repository at this point
Copy the full SHA 77cf90fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5187a2 - Browse repository at this point
Copy the full SHA d5187a2View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 3409db8 - Browse repository at this point
Copy the full SHA 3409db8View commit details
Commits on Jan 12, 2018
-
Fix windows ignore when using anymatch@2
Fixes #668 Chokidar@2 includes anymatch@2 which has a (potentially) breaking change as described in the changelog: https://github.com/micromatch/anymatch#change-log When the `cwd` is set Chokidar will join the ignore pattern to the cwd, and if this isn't absolute, it causes `anymatch` to fail: ```js // where cwd = c:\Users\remy\ anymatch('C:\\Users\\remy\\**\\node_modules\\**', 'C:\\Users\\remy\\node_modules\\project'); // === false ``` https://runkit.com/embed/rn05fobk294p So this change adds the upath module (used by Chokidar during testing and about 35K footprint) to normalize the path to bash-like slashes which corrects the issue.
Configuration menu - View commit details
-
Copy full SHA for 966c300 - Browse repository at this point
Copy the full SHA 966c300View commit details
Commits on Jan 18, 2018
-
Merge pull request #669 from remy/master
Fix windows ignore when using anymatch@2 & cwd option
Configuration menu - View commit details
-
Copy full SHA for d26c6e0 - Browse repository at this point
Copy the full SHA d26c6e0View commit details -
Merge pull request #644 from dsagal/uncaught_fix
Fix uncaught exception "Cannot read property 'lastChange' of undefined".
Configuration menu - View commit details
-
Copy full SHA for d1bac5b - Browse repository at this point
Copy the full SHA d1bac5bView commit details
Commits on Feb 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0b661d0 - Browse repository at this point
Copy the full SHA 0b661d0View commit details
Commits on Feb 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5e0710e - Browse repository at this point
Copy the full SHA 5e0710eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 560cbb9 - Browse repository at this point
Copy the full SHA 560cbb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c85bf - Browse repository at this point
Copy the full SHA f8c85bfView commit details -
Merge pull request #679 from danthegoodman/patch-1
Accept upath minor and security patches
Configuration menu - View commit details
-
Copy full SHA for 34432b3 - Browse repository at this point
Copy the full SHA 34432b3View commit details
Commits on Feb 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4813aec - Browse repository at this point
Copy the full SHA 4813aecView commit details
Commits on Feb 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c821fab - Browse repository at this point
Copy the full SHA c821fabView commit details -
Merge pull request #682 from caseywebdev/unlink-and-readd
Unlink and re-add fails when multiple paths are passed
Configuration menu - View commit details
-
Copy full SHA for a95a1f8 - Browse repository at this point
Copy the full SHA a95a1f8View commit details
Commits on Feb 24, 2018
-
This also fixes an issue that using fd = 0 is not closed in case Windows is used and a `EPERM` error is triggered.
Configuration menu - View commit details
-
Copy full SHA for df88ff0 - Browse repository at this point
Copy the full SHA df88ff0View commit details
Commits on Feb 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fd37c16 - Browse repository at this point
Copy the full SHA fd37c16View commit details
Commits on Mar 11, 2018
-
Merge pull request #687 from BridgeAR/fix-no-callback
Add callbacks to fs.close
Configuration menu - View commit details
-
Copy full SHA for dac69b6 - Browse repository at this point
Copy the full SHA dac69b6View commit details
Commits on Mar 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3fdb7bd - Browse repository at this point
Copy the full SHA 3fdb7bdView commit details
Commits on Mar 23, 2018
-
Merge pull request #695 from clmystes/patch-1
chore: upgrade to `fsevents: ^1.1.2`
Configuration menu - View commit details
-
Copy full SHA for 545e16f - Browse repository at this point
Copy the full SHA 545e16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 925b534 - Browse repository at this point
Copy the full SHA 925b534View commit details
Commits on Apr 23, 2018
-
don't use broken fsevents release
Hi there, We've had some broken builds today using Chokidar because of a broken `fsevents` release. This PR ensures that we're using at least https://github.com/strongloop/fsevents/releases/tag/v1.2.2 All best, Ben
Configuration menu - View commit details
-
Copy full SHA for b02f98c - Browse repository at this point
Copy the full SHA b02f98cView commit details
Commits on Apr 27, 2018
-
Merge pull request #706 from bjfletcher/patch-1
don't use broken fsevents release
Configuration menu - View commit details
-
Copy full SHA for 76aa8e6 - Browse repository at this point
Copy the full SHA 76aa8e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d154df - Browse repository at this point
Copy the full SHA 9d154dfView commit details -
Merge pull request #690 from bmathews/pr/685
Add debouncing to readdirp call
Configuration menu - View commit details
-
Copy full SHA for 5e75390 - Browse repository at this point
Copy the full SHA 5e75390View commit details
Commits on May 17, 2018
-
update upath version to avoid errors on node v10
upath versions lower than 1.0.5 fail to install on node v10
Configuration menu - View commit details
-
Copy full SHA for 11aea72 - Browse repository at this point
Copy the full SHA 11aea72View commit details
Commits on May 21, 2018
-
Merge pull request #717 from Gaafar/patch-1
update upath version to avoid install errors on node v10
Configuration menu - View commit details
-
Copy full SHA for 8e5d416 - Browse repository at this point
Copy the full SHA 8e5d416View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8970f9 - Browse repository at this point
Copy the full SHA d8970f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for be9a1d7 - Browse repository at this point
Copy the full SHA be9a1d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b6de4 - Browse repository at this point
Copy the full SHA 03b6de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0122f3b - Browse repository at this point
Copy the full SHA 0122f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3316f7 - Browse repository at this point
Copy the full SHA a3316f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5261384 - Browse repository at this point
Copy the full SHA 5261384View commit details
Commits on May 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 28a70c4 - Browse repository at this point
Copy the full SHA 28a70c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b720c - Browse repository at this point
Copy the full SHA e2b720cView commit details
Commits on Jun 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bedf196 - Browse repository at this point
Copy the full SHA bedf196View commit details -
Configuration menu - View commit details
-
Copy full SHA for a291610 - Browse repository at this point
Copy the full SHA a291610View commit details
Commits on Jun 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 260bd29 - Browse repository at this point
Copy the full SHA 260bd29View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.