Skip to content

Commit df7f22e

Browse files
committed
Remove changelog from npm, move to hidden dir.
1 parent 3df7692 commit df7f22e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
File renamed without changes.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com) & Elan Shanker
3+
Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the “Software”), to deal

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Node.js `fs.watchFile`:
2222
Chokidar resolves these problems.
2323

2424
Initially 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),
3232
and [many others](https://www.npmjs.org/browse/depended/chokidar/).
3333
It 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

274283
MIT (c) Paul Miller (https://paulmillr.com), see LICENSE file.

0 commit comments

Comments
 (0)