Skip to content

Commit ab206af

Browse files
committed
v6.3.0 / 2021-02-22
1 parent 928e9c0 commit ab206af

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# node-dev
22

3+
## v6.3.0 / 2021-02-22
4+
5+
- Stop disconnecting from child processes, this should prevent internal EPIPE errors
6+
- Stop adding filewatchers until child processes have completed exiting
7+
- [IPC] Stop listening on `message`
8+
- [IPC] Remove extraneous `dest` arguments
9+
- [IPC] Add a connected guard on relay
10+
- [Test] Move cluster from `run` to `spawn`
11+
- [Test] Fix typo in cluster test
12+
- [Test] Cluster test now waits for children processes to successfully start up again
13+
- [Test] Add guards to IPC and cluster tests to prevent process exit from ending the test a 2nd time
14+
- [`dependency`] Update `semver` from `v7.3.2 `to `v7.3.4`
15+
- [`devDependency`] Remove `nyc`
16+
- [`devDependency`] Update `@types/node`, `eslint`, `eslint-config-airbnb-base`, `tap`, `ts-node`, & `typescript`
17+
- [`Vagrantfile`] Remove `Vagrantfile`
18+
- [`README`] Fix typo (@ivalsaraj)
19+
320
## v6.2.0 / 2020-10-15
421

522
- Handle multiple values of arguments in command line (Fixes #238)

Vagrantfile

-11
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-dev",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "Restarts your app when files are modified",
55
"keywords": [
66
"restart",

0 commit comments

Comments
 (0)