UNPKG

2.43 kBMarkdownView Raw
1# rollup-watch changelog
2
3## 4.3.1
4
5* Clean up listeners on close
6
7## 4.3.0
8
9* Stop watching when process is killed ([#30](https://github.com/rollup/rollup-watch/issues/30))
10
11## 4.2.0
12
13* Support `include` and `exclude` options ([#22](https://github.com/rollup/rollup-watch/issues/22))
14
15## 4.1.0
16
17* Rename `options.watch.useChokidar` to `options.watch.chokidar` ([#52](https://github.com/rollup/rollup-watch/pull/52))
18* Allow passing chokidar options via `options.watch.chokidar` (i.e. can be `true` or `{...}`) ([#52](https://github.com/rollup/rollup-watch/pull/52))
19
20## 4.0.0
21
22* On error, watch files from last successful build ([#38](https://github.com/rollup/rollup-watch/issues/38))
23* Fix bug preventing `chokidar` from ever working ([#45](https://github.com/rollup/rollup-watch/issues/45))
24* Add `options.watch.useChokidar` option
25
26## 3.2.2
27
28* Fix missing `require-relative` ([#41](https://github.com/rollup/rollup-watch/pull/41))
29* Prevent infinite build loops
30
31## 3.2.1
32
33* Published mistakenly
34
35## 3.2.0
36
37* `options.targets`, not `options.target` ([#36](https://github.com/rollup/rollup-watch/issues/36))
38* Use chokidar if available ([#39](https://github.com/rollup/rollup-watch/pull/39))
39
40## 3.1.0
41
42* Add `watcher.close()` method
43* Resolve symlinks before watching ([#32](https://github.com/rollup/rollup-watch/issues/32))
44
45## 3.0.0
46
47* Don't check for version updates ([#12](https://github.com/rollup/rollup-watch/issues/12), [#26](https://github.com/rollup/rollup-watch/issues/26), [#34](https://github.com/rollup/rollup-watch/issues/34))
48* Fix `initial` flag ([#13](https://github.com/rollup/rollup-watch/pull/13))
49* Retain options object ([#24](https://github.com/rollup/rollup-watch/issues/24))
50* Don't watch generated bundle ([#15](https://github.com/rollup/rollup-watch/issues/15))
51
52## 2.5.0
53
54* Use `cache` ([#8](https://github.com/rollup/rollup-watch/issues/8))
55
56## 2.4.0
57
58* Only watch files that exist (disregard plugin helper modules) ([#3](https://github.com/rollup/rollup-watch/issues/3))
59
60## 2.3.0
61
62* Handle `rename` events ([#4](https://github.com/rollup/rollup-watch/issues/4))
63
64## 2.2.0
65
66* Emit errors and recover ([#2](https://github.com/rollup/rollup-watch/issues/2))
67
68## 2.1.1
69
70* Fix `pkg.files`
71
72## 2.1.0
73
74* Experiment with using native `fs.watch`
75
76## 2.0.0
77
78* CLI must pass `rollup` to `watch`
79* Check version is current before starting
80* Return an EventEmitter
81
82## 1.0.0
83
84* First experimental release