Skip to content

Commit

Permalink
Release 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 2, 2019
1 parent 3af3b3d commit ccf759a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/full_changelog.md
@@ -1,3 +1,7 @@
### Chokidar 3.3.0 (Nov 2, 2019)
* `FSWatcher#close()` method became async. This ensures IO operations
are finished properly and fixes a few segfaulty crashes.

### Chokidar 3.2.3 (Oct 28, 2019)
- Fix memory leaks for directories, which change a lot for a long time. This existed since 3.0
- Small code refactoring
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -286,6 +286,7 @@ execute a command on each change, or get a stdio stream of change events.

For more detailed changelog, see [`full_changelog.md`](.github/full_changelog.md).

- **v3.3 (Nov 2, 2019):** `FSWatcher#close()` method became async.
- **v3.2 (Oct 1, 2019):** Improve Linux RAM usage by 50%. Race condition fixes. Windows glob fixes. Improve stability by using tight range of dependency versions.
- **v3.1 (Sep 16, 2019):** dotfiles are no longer filtered out by default. Use `ignored` option if needed. Improve initial Linux scan time by 50%.
- **v3 (Apr 30, 2019):** massive CPU & RAM consumption improvements; reduces deps / package size by a factor of 17x and bumps Node.js requirement to v8.16 and higher.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "chokidar",
"description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
"version": "3.2.3",
"version": "3.3.0",
"homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (https://paulmillr.com)",
"contributors": [
Expand Down

0 comments on commit ccf759a

Please sign in to comment.