rollup-watch
Version:
Watch files for changes and perform incremental rebuilds with Rollup
85 lines (48 loc) • 2.43 kB
Markdown
# rollup-watch changelog
## 4.3.1
* Clean up listeners on close
## 4.3.0
* Stop watching when process is killed ([#30](https://github.com/rollup/rollup-watch/issues/30))
## 4.2.0
* Support `include` and `exclude` options ([#22](https://github.com/rollup/rollup-watch/issues/22))
## 4.1.0
* Rename `options.watch.useChokidar` to `options.watch.chokidar` ([#52](https://github.com/rollup/rollup-watch/pull/52))
* Allow passing chokidar options via `options.watch.chokidar` (i.e. can be `true` or `{...}`) ([#52](https://github.com/rollup/rollup-watch/pull/52))
## 4.0.0
* On error, watch files from last successful build ([#38](https://github.com/rollup/rollup-watch/issues/38))
* Fix bug preventing `chokidar` from ever working ([#45](https://github.com/rollup/rollup-watch/issues/45))
* Add `options.watch.useChokidar` option
## 3.2.2
* Fix missing `require-relative` ([#41](https://github.com/rollup/rollup-watch/pull/41))
* Prevent infinite build loops
## 3.2.1
* Published mistakenly
## 3.2.0
* `options.targets`, not `options.target` ([#36](https://github.com/rollup/rollup-watch/issues/36))
* Use chokidar if available ([#39](https://github.com/rollup/rollup-watch/pull/39))
## 3.1.0
* Add `watcher.close()` method
* Resolve symlinks before watching ([#32](https://github.com/rollup/rollup-watch/issues/32))
## 3.0.0
* 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))
* Fix `initial` flag ([#13](https://github.com/rollup/rollup-watch/pull/13))
* Retain options object ([#24](https://github.com/rollup/rollup-watch/issues/24))
* Don't watch generated bundle ([#15](https://github.com/rollup/rollup-watch/issues/15))
## 2.5.0
* Use `cache` ([#8](https://github.com/rollup/rollup-watch/issues/8))
## 2.4.0
* Only watch files that exist (disregard plugin helper modules) ([#3](https://github.com/rollup/rollup-watch/issues/3))
## 2.3.0
* Handle `rename` events ([#4](https://github.com/rollup/rollup-watch/issues/4))
## 2.2.0
* Emit errors and recover ([#2](https://github.com/rollup/rollup-watch/issues/2))
## 2.1.1
* Fix `pkg.files`
## 2.1.0
* Experiment with using native `fs.watch`
## 2.0.0
* CLI must pass `rollup` to `watch`
* Check version is current before starting
* Return an EventEmitter
## 1.0.0
* First experimental release