Skip to content

Releases: M-Zuber/npm-watch

--legacy-watch and --delay options added

26 Jun 14:03
Compare
Choose a tag to compare

Thanks to @dcendents, --legacy-watch and --delay options can now be set in the config

Support running a specific script

01 May 08:48
Compare
Choose a tag to compare

Thanks to @marcel-ploch npm-watch can now be told to only run a specific script instead of all of them.

Silent NPM for readability

30 Jan 10:22
Compare
Choose a tag to compare

Thanks to @posva errors coming from npm itself are no longer displayed.

Die function will not throw NRE

22 Dec 15:30
Compare
Choose a tag to compare

In some cases the die function was called before stdin was initialized and therefore threw an unrelated error.

Inherit option allows for full throughput of stdout

10 Aug 07:49
Compare
Choose a tag to compare

Boolean quiet flag

12 Jul 15:44
Compare
Choose a tag to compare
v0.1.5

0.1.5: quiet flag is a boolean

Proper crlf

01 Apr 06:24
Compare
Choose a tag to compare

This issue got out of hand, my apologies to all users of this library

Cleanup 1,2,3

31 Mar 12:21
Compare
Choose a tag to compare

Remove an old console.log call

Line Endings....

05 Jan 13:38
Compare
Choose a tag to compare

Add `ignore` option

04 Jan 22:39
Compare
Choose a tag to compare

Allows the user to specify files to be excluded from the watcher. (thanks to @stuartlangridge)