@@ -22,13 +22,13 @@ Node.js `fs.watchFile`:
2222Chokidar resolves these problems.
2323
2424Initially made for ** [ Brunch] ( http://brunch.io ) ** (an ultra-swift web app build tool), it is now used in
25+ [ Microsoft's Visual Studio Code] ( https://github.com/microsoft/vscode ) ,
2526[ gulp] ( https://github.com/gulpjs/gulp/ ) ,
2627[ karma] ( http://karma-runner.github.io ) ,
2728[ PM2] ( https://github.com/Unitech/PM2 ) ,
2829[ browserify] ( http://browserify.org/ ) ,
2930[ webpack] ( http://webpack.github.io/ ) ,
3031[ BrowserSync] ( http://www.browsersync.io/ ) ,
31- [ Microsoft's Visual Studio Code] ( https://github.com/microsoft/vscode ) ,
3232and [ many others] ( https://www.npmjs.org/browse/depended/chokidar/ ) .
3333It has proven itself in production environments.
3434
@@ -269,6 +269,15 @@ execute a command on each change, or get a stdio stream of change events.
269269 * On Mac, install the XCode command-line tools
270270
271271
272+ ## Changelog
273+
274+ For more detailed changelog, see ` .github/old_changelog.md `
275+
276+ - v3 (Apr 30, 2019): Massive CPU & RAM consumption improvements. 17x package & deps size reduction. Node 8+-only
277+ - v2 (Dec 29, 2017): Globs are now posix-style-only; without windows support. Tons of bugfixes.
278+ - v1 (Apr 7, 2015): Glob support, symlink support, tons of bugfixes. Node 0.8+ is supported
279+ - v0.1 (Apr 20, 2012): Initial release, extracted from [ Brunch] ( https://github.com/brunch/brunch/blob/9847a065aea300da99bd0753f90354cde9de1261/src/helpers.coffee#L66 )
280+
272281## License
273282
274283MIT (c) Paul Miller (https://paulmillr.com ), see LICENSE file.
0 commit comments