|
1 | 1 | # node-dev |
2 | 2 |
|
3 | | -## 4.2.0 / 2020-07-03 |
| 3 | +## v4.3.0 / 2020-07-03 |
| 4 | + |
| 5 | +- Enable `--notify` by default and add tests |
| 6 | +- Disable by passing `--notify=false` |
| 7 | +- Move cli code out of bin |
| 8 | +- Start testing cli interface |
| 9 | +- Add bin to lint |
| 10 | + |
| 11 | +## v4.2.0 / 2020-07-03 |
4 | 12 |
|
5 | 13 | - No longer sets NODE_ENV to `development` |
6 | 14 |
|
7 | | -## 4.1.0 / 2020-07-02 |
| 15 | +## v4.1.0 / 2020-07-02 |
8 | 16 |
|
9 | 17 | - Update devDependencies: |
10 | 18 | - `eslint`: from `v2.0.0` to `v7.3.1` |
|
20 | 28 | - [tests] Removed a few opportunities for race conditions to occur |
21 | 29 | - [tests] Some filesystems have single second precision, so tests now wait a minimum of 1 second before touching a file |
22 | 30 |
|
23 | | -## 4.0.0 / 2019-04-22 |
| 31 | +## v4.0.0 / 2019-04-22 |
24 | 32 |
|
25 | 33 | - Update dependencies: |
26 | 34 | - dynamic-dedupe: from v0.2.0 to v0.3.0 |
|
34 | 42 | - Update README for how babel is now packages |
35 | 43 | - Specify minimum node version as >=6 |
36 | 44 |
|
37 | | -## 3.1.3 / 2016-05-30 |
| 45 | +## v3.1.3 / 2016-05-30 |
38 | 46 |
|
39 | 47 | - Update docs |
40 | 48 | - Fix eslint errors |
41 | 49 | - Re-enable test for #134 |
42 | 50 |
|
43 | | -## 3.1.2 / 2016-05-28 |
| 51 | +## v3.1.2 / 2016-05-28 |
44 | 52 |
|
45 | 53 | - Proof against weird `require.extensions`. See #134. |
46 | 54 | - Ensure method patching works when filename arguments are missing. See #135. |
47 | 55 |
|
48 | | -## 3.1.1 / 2016-05-02 |
| 56 | +## v3.1.1 / 2016-05-02 |
49 | 57 |
|
50 | 58 | - Enable `--notify` by default again. See #125. |
51 | 59 | - Support filename option passed to VM methods. Fixes #130. |
52 | 60 |
|
53 | | -## 3.1.0 / 2016-02-22 |
| 61 | +## v3.1.0 / 2016-02-22 |
54 | 62 |
|
55 | 63 | - Add `--no-notify` to disable desktop notifications. See #120. |
56 | 64 | - Fix `--no-deps` option. See #119. |
57 | 65 |
|
58 | | -## 3.0.0 / 2016-01-29 |
| 66 | +## v3.0.0 / 2016-01-29 |
59 | 67 |
|
60 | 68 | - Add `--respawn` to keep watching after a process exits. See #104. |
61 | 69 | - Don't terminate the child process if a custom `uncaughtException` handler is registered. See #113. |
|
65 | 73 | - Switch to airbnb code style |
66 | 74 | - Use greenkeeper.io to keep dependencies up to date |
67 | 75 |
|
68 | | -## 2.7.1 / 2015-08-21 |
| 76 | +## v2.7.1 / 2015-08-21 |
69 | 77 |
|
70 | 78 | - Add `--poll` to fix #87 |
71 | 79 | - Switch from [`commander`][npm-commander] to [`minimist`][npm-minimist] |
72 | 80 | - Fix issues introduced in 2.7.0. See #102 for details. |
73 | 81 |
|
74 | | -## 2.7.0 / 2015-08-17 |
| 82 | +## v2.7.0 / 2015-08-17 |
75 | 83 |
|
76 | 84 | - Support ignoring file paths, e.g. for universal (isomorphic) apps. See |
77 | 85 | [`README`][README-ignore-paths] for more details. |
|
0 commit comments