File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.1
4+
5+ * Add TypeScript support.
6+ * Fix race condition of ` fs.exists ` and ` fs.stat ` .
7+ * Prevent redundant events on Windows when creating file/directory.
8+
9+
310## 0.6.0
411Special thanks to [ Timo Tijhof] ( https://github.com/Krinkle )
512
Original file line number Diff line number Diff line change @@ -132,9 +132,6 @@ watcher.isClosed()
132132
133133## Known issues
134134
135- ** Windows**
136- * Will output its parent directory when a new file/directory is created in a deep directory.
137-
138135** Windows, node < v4.2.5**
139136
140137 * Failed to detect ` remove ` event
Original file line number Diff line number Diff line change 1111 " watch" ,
1212 " watchfile"
1313 ],
14- "version" : " 0.6.0 " ,
14+ "version" : " 0.6.1 " ,
1515 "bugs" : {
1616 "url" : " https://github.com/yuanchuan/node-watch/issues"
1717 },
You can’t perform that action at this time.
0 commit comments