Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 28, 2024
1 parent 661c653 commit 0dd092a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ execute a command on each change, or get a stdio stream of change events.

## Changelog

* **v4 (Aug 27, 2024):** Remove glob support and bundled fsevents: decrease dependency count from 13 to 2. Rewrite in typescript. Bumps minimum node.js requirement to v14+
- **v4 (Aug 27, 2024):** Remove glob support and bundled fsevents: decrease dependency count from 13 to 2. Rewrite in typescript. Bumps minimum node.js requirement to v14+
- **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+.
- **v2 (Dec 29, 2017):** Globs are now posix-style-only; without windows support. Tons of bugfixes.
- **v1 (Apr 7, 2015):** Glob support, symlink support, tons of bugfixes. Node 0.8+ is supported
- **v0.1 (Apr 20, 2012):** Initial release, extracted from [Brunch](https://github.com/brunch/brunch/blob/9847a065aea300da99bd0753f90354cde9de1261/src/helpers.coffee#L66)

See [`.github/full_changelog.md`](.github/full_changelog.md) for details.
Details in [`.github/full_changelog.md`](.github/full_changelog.md).

## Also

Expand Down

0 comments on commit 0dd092a

Please sign in to comment.