File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# node-dev
22
3+ ## v7.0.0 / 2021-05-04
4+
5+ - [ CLI] Improve command-line parsing, restore support for --require with a space
6+ - [ README] Move images into repo and fix URLs
7+ - [ dependencies] Update ` minimist ` from ` v1.1.3 ` to ` v1.2.5 `
8+ - [ .npmignore] Add more config files
9+
10+ ### Developer Updates
11+
12+ - [ CI] Add github workflows
13+ - [ CI] Add appveyor
14+ - [ CI] Start testing against node v16
15+ - [ CI] Stop testing against node v10
16+ - [ ` test/spawn ` ] Split ` index ` into multiple files
17+ - [ ` test/utils ` ] Replaced directory of files with a single module that contains two methods: ` spawn ` and ` touchFile `
18+ - [ ` test/utils/run ` ] Moved ` run ` function directly into the ` run ` file
19+ - [ devDependenies] Update ` eslint ` from ` v7.23.0 ` to ` v7.25.0 `
20+
321## v6.7.0 / 2021-04-07
422
523- [ New Option] ` --debounce ` to control how long to wait before restarting
Original file line number Diff line number Diff line change 11{
22 "name" : " node-dev" ,
3- "version" : " 6.7 .0" ,
3+ "version" : " 7.0 .0" ,
44 "description" : " Restarts your app when files are modified" ,
55 "keywords" : [
66 " restart" ,
You can’t perform that action at this time.
0 commit comments