File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## 0.6.0
4
11
Special thanks to [ Timo Tijhof] ( https://github.com/Krinkle )
5
12
Original file line number Diff line number Diff line change @@ -132,9 +132,6 @@ watcher.isClosed()
132
132
133
133
## Known issues
134
134
135
- ** Windows**
136
- * Will output its parent directory when a new file/directory is created in a deep directory.
137
-
138
135
** Windows, node < v4.2.5**
139
136
140
137
* Failed to detect ` remove ` event
Original file line number Diff line number Diff line change 11
11
" watch" ,
12
12
" watchfile"
13
13
],
14
- "version" : " 0.6.0 " ,
14
+ "version" : " 0.6.1 " ,
15
15
"bugs" : {
16
16
"url" : " https://github.com/yuanchuan/node-watch/issues"
17
17
},
You can’t perform that action at this time.
0 commit comments