Prerequisites to close out 2.x.x: - [x] Fix listeners leak in `cmd.js` (https://github.com/substack/watchify/pull/167) - [x] Move test output to tmp dir (https://github.com/substack/watchify/pull/164) - [x] Fix EPERM on windows (<del>https://github.com/substack/watchify/pull/165</del>https://github.com/substack/watchify/pull/169) 3.0.0 (https://github.com/substack/watchify/pull/170): - [x] Bump chokidar to 1.0.0-rc4 - [x] Handle "ignoring" files (https://github.com/substack/watchify/issues/162) - [x] Add some way of allowing control over `usePolling` & `interval` (https://github.com/substack/watchify/issues/162) - [x] Do cmd.js dotfile creation in system tmp dir (https://github.com/substack/watchify/issues/140) Wishlist: - Some way of watching adding/removing entry files (https://github.com/substack/watchify/pull/146 and https://github.com/substack/watchify/issues/56)
Prerequisites to close out 2.x.x:
cmd.js(Don't re-add "bytes" and "time" listeners on rebundle #167)Fix EPERM on windows (#83) #165Always wait for dotfile stream before renaming #169)3.0.0 (#170):
usePolling&interval(Passing options to chokidar #162)Wishlist: