File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ts-node-dev changelog
2
2
3
+ ## 1.0.0-pre.64 (2020-10-14)
4
+
5
+ - add --quite option to silent [ INFO] messages
6
+
3
7
## 1.0.0-pre.63 (2020-09-22)
4
8
5
9
- fix --cache-directory flag
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ Look up flags and options can be used [in ts-node's docs](https://github.com/Typ
42
42
43
43
* ` --deps ` - Also watch ` node_modules ` ; by default watching is turned off
44
44
45
- * ` --debug ` - Some additional debug output
45
+ * ` --debug ` - Some additional [ DEBUG] output
46
+ * ` --quite ` - Silent [ INFO] messages
46
47
* ` --interval ` - Polling interval (ms) - DOESN'T WORK CURRENTLY
47
48
* ` --debounce ` - Debounce file change events (ms, non-polling mode)
48
49
* ` --clear ` (` --cls ` ) - Will clear screen on restart
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-node-dev" ,
3
- "version" : " 1.0.0-pre.63 " ,
3
+ "version" : " 1.0.0-pre.64 " ,
4
4
"description" : " Compiles your TS app and restarts when files are modified." ,
5
5
"keywords" : [
6
6
" restart" ,
You can’t perform that action at this time.
0 commit comments