Skip to content

Commit a429a0c

Browse files
committed
v4.3.0 / 2020-07-03
1 parent e17baec commit a429a0c

2 files changed

Lines changed: 19 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# node-dev
22

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
412

513
- No longer sets NODE_ENV to `development`
614

7-
## 4.1.0 / 2020-07-02
15+
## v4.1.0 / 2020-07-02
816

917
- Update devDependencies:
1018
- `eslint`: from `v2.0.0` to `v7.3.1`
@@ -20,7 +28,7 @@
2028
- [tests] Removed a few opportunities for race conditions to occur
2129
- [tests] Some filesystems have single second precision, so tests now wait a minimum of 1 second before touching a file
2230

23-
## 4.0.0 / 2019-04-22
31+
## v4.0.0 / 2019-04-22
2432

2533
- Update dependencies:
2634
- dynamic-dedupe: from v0.2.0 to v0.3.0
@@ -34,28 +42,28 @@
3442
- Update README for how babel is now packages
3543
- Specify minimum node version as >=6
3644

37-
## 3.1.3 / 2016-05-30
45+
## v3.1.3 / 2016-05-30
3846

3947
- Update docs
4048
- Fix eslint errors
4149
- Re-enable test for #134
4250

43-
## 3.1.2 / 2016-05-28
51+
## v3.1.2 / 2016-05-28
4452

4553
- Proof against weird `require.extensions`. See #134.
4654
- Ensure method patching works when filename arguments are missing. See #135.
4755

48-
## 3.1.1 / 2016-05-02
56+
## v3.1.1 / 2016-05-02
4957

5058
- Enable `--notify` by default again. See #125.
5159
- Support filename option passed to VM methods. Fixes #130.
5260

53-
## 3.1.0 / 2016-02-22
61+
## v3.1.0 / 2016-02-22
5462

5563
- Add `--no-notify` to disable desktop notifications. See #120.
5664
- Fix `--no-deps` option. See #119.
5765

58-
## 3.0.0 / 2016-01-29
66+
## v3.0.0 / 2016-01-29
5967

6068
- Add `--respawn` to keep watching after a process exits. See #104.
6169
- Don't terminate the child process if a custom `uncaughtException` handler is registered. See #113.
@@ -65,13 +73,13 @@
6573
- Switch to airbnb code style
6674
- Use greenkeeper.io to keep dependencies up to date
6775

68-
## 2.7.1 / 2015-08-21
76+
## v2.7.1 / 2015-08-21
6977

7078
- Add `--poll` to fix #87
7179
- Switch from [`commander`][npm-commander] to [`minimist`][npm-minimist]
7280
- Fix issues introduced in 2.7.0. See #102 for details.
7381

74-
## 2.7.0 / 2015-08-17
82+
## v2.7.0 / 2015-08-17
7583

7684
- Support ignoring file paths, e.g. for universal (isomorphic) apps. See
7785
[`README`][README-ignore-paths] for more details.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-dev",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Restarts your app when files are modified",
55
"keywords": [
66
"restart",

0 commit comments

Comments
 (0)