1
1
# Changelog
2
2
3
+ ## 0.7.1
4
+
5
+ * Don't normalize events for Windows or it might lose essential events.
6
+ * Fix the functionality of the ` .close() ` method before watcher is ready.
7
+
8
+
9
+ <br > <br >
10
+
11
+
3
12
## 0.7.0
4
13
5
14
* Add an extra flag for skipping sub-directories inside filter function.
6
15
16
+ <br > <br >
17
+
18
+
7
19
## 0.6.4
8
20
9
21
* Fix ` ERR_FEATURE_UNAVAILABLE_ON_PLATFORM ` error for Node v14.
10
22
23
+ <br > <br >
24
+
25
+
11
26
## 0.6.3
12
27
13
28
* Types: Allow watching multiple files.
14
29
30
+ <br > <br >
31
+
32
+
15
33
## 0.6.2
16
34
17
35
* Detect temporary editor files more wisely in order to avoid side effects on Windows.
18
36
37
+ <br > <br >
38
+
39
+
19
40
## 0.6.1
20
41
21
42
* Add TypeScript support.
22
43
* Fix race condition of ` fs.exists ` and ` fs.stat ` .
23
44
* Prevent redundant events on Windows when creating file/directory.
24
45
46
+ <br > <br >
47
+
25
48
26
49
## 0.6.0
27
50
Special thanks to [ Timo Tijhof] ( https://github.com/Krinkle )
@@ -30,34 +53,61 @@ Special thanks to [Timo Tijhof](https://github.com/Krinkle)
30
53
* Add ` ready ` event for the watcher.
31
54
* Lots of bug fixed.
32
55
56
+ <br > <br >
57
+
58
+
33
59
## 0.5.9
34
60
* Fix function detection.
35
61
* Emit ` close ` event after calling ` .close() ` .
36
62
* Don't emit any events after close.
37
63
* Change default ` delay ` to 200ms.
38
64
65
+ <br > <br >
66
+
67
+
39
68
## 0.5.8
40
69
* Fix async function detection.
41
70
71
+ <br > <br >
72
+
73
+
42
74
## 0.5.7
43
75
* Add ` delay ` option and set default to 100ms.
44
76
77
+ <br > <br >
78
+
79
+
45
80
## 0.5.6
46
81
* Fix recursive watch with filter option.
47
82
83
+ <br > <br >
84
+
85
+
48
86
## 0.5.5
49
87
* Remove duplicate events from a composed watcher.
50
88
89
+ <br > <br >
90
+
91
+
51
92
## 0.5.4
52
93
* Accept Buffer filename.
53
94
* Add support for ` encoding ` option.
54
95
96
+ <br > <br >
97
+
98
+
55
99
## 0.5.3
56
100
* The ` filter ` option can be of either Function or RegExp type.
57
101
102
+ <br > <br >
103
+
104
+
58
105
## 0.5.0
59
106
* The ` recursive ` option is default to be ` false ` .
60
107
* The callback function will always provide an event name.
61
108
109
+ <br > <br >
110
+
111
+
62
112
## 0.4.0
63
113
* Returns a [ fs.FSWatcher] ( https://nodejs.org/api/fs.html#fs_class_fs_fswatcher ) like object.
0 commit comments