You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-14Lines changed: 25 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,26 +3,16 @@
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/FormidableLabs/webpack-dashboard/releases) page.
5
5
6
-
## [2.1.0] - 2019-01-29
6
+
## [3.0.1] - 2019-03-26
7
7
8
8
### Features
9
9
10
-
- Added a few example setups to make the local development experience with `webpack-dashboard` a lot easier. Users can now clone the repo, `yarn`, and `yarn dev` to get running. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
11
-
- Migrated to `inspectpack@4`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
12
-
- Added TypeScript defitions. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/269
13
-
14
-
### Tests
15
-
16
-
- Added regression tests to fix an unknown import issue for our `format-*` utils. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
17
-
- Added tests for all `Dashboard` methods. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
18
-
19
-
### Docs
20
-
21
-
- Added a Local Development section to the README to make it easier to contribute to `webpack-dashboard`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
10
+
- Use `process.kill` with `SIGINT` to gracefully exit the dashboard process. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/277 by @joakimbeng.
11
+
- Update dependencies to address security warnings. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/275 by @stereobooster.
22
12
23
13
### Migration Instructions
24
14
25
-
No changes required to start using v2.1.0 🎉
15
+
No changes required to start using v3.0.0 🎉. We do recommend adopting this patch as soon as possible to get the security upgrades.
26
16
27
17
## [3.0.0] - 2019-02-14
28
18
@@ -38,3 +28,24 @@ No changes required to start using v2.1.0 🎉
38
28
### Migration Instructions
39
29
40
30
With this release we are dropping support for Node 6 altogether. `neo-blessed` requires Node [>= 8.0.0](https://github.com/embark-framework/neo-blessed/blob/master/package.json#L38), meaning all users of the dashboard will need to run it using Node 8 or above. Previous versions of `webpack-dashboard` are still compatible with Node 6.
31
+
32
+
## [2.1.0] - 2019-01-29
33
+
34
+
### Features
35
+
36
+
- Added a few example setups to make the local development experience with `webpack-dashboard` a lot easier. Users can now clone the repo, `yarn`, and `yarn dev` to get running. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
37
+
- Migrated to `inspectpack@4`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
38
+
- Added TypeScript defitions. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/269
39
+
40
+
### Tests
41
+
42
+
- Added regression tests to fix an unknown import issue for our `format-*` utils. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
43
+
- Added tests for all `Dashboard` methods. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
44
+
45
+
### Docs
46
+
47
+
- Added a Local Development section to the README to make it easier to contribute to `webpack-dashboard`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/267
0 commit comments