You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# Chokidar 2.0.0 (Dec 29, 2017)
2
+
* Breaking: Upgrade globbing dependencies which require globs to be more strict and always use POSIX-style slashes because Windows-style slashes are used as escape sequences
3
+
* Update tests to work with upgraded globbing dependencies
4
+
* Add ability to log FSEvents require error by setting `CHOKIDAR_PRINT_FSEVENTS_REQUIRE_ERROR` env
5
+
* Fix for handling braces in globs
6
+
* Add node 8 & 9 to CI configs
7
+
* Allow node 0.10 failures on Windows
8
+
1
9
# Chokidar 1.7.0 (May 8, 2017)
2
10
* Add `disableGlobbing` option
3
11
* Add ability to force interval value by setting CHOKIDAR_INTERVAL env
0 commit comments