Skip to content

Releases: aoberoi/chokidar-cli

v2.0.0

25 Dec 02:29
Compare
Choose a tag to compare

A new beginning

A big shout out to @kimmobrunfeldt and all the contributors that got the project as far as it got until now. I didn't set out to maintain a fork of this project, but there didn't seem to be a way forward to landing the changes I needed, so here we are. Version 2.0.0 and beyond should be stable and will be maintained.

Breaking changes

  • Drops support for all node versions less than 8.0.0.

Features

  • Implements the --concurrent option, which is boolean, and when set will allow the process for the run command to live even when its launched again. By default, most users will want this off, but its provided for backwards compatibility with v1.x.
  • Refactors tests, specifically in order to test against Windows. This project now has CI implemented on Azure Pipelines, to make sure things stay in tip-top shape for our Windows friends.
  • Fixes all npm audit security warnings.