Skip to content

Commit 89ff392

Browse files
author
parkerziegler
committed
Update CHANGELOG.
1 parent cf14807 commit 89ff392

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,35 @@ Every release, along with the migration instructions, is documented on the Githu
66
## [2.1.0] - 2019-01-29
77

88
### Features
9+
910
- 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
1011
- Migrated to `inspectpack@4`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
1112
- Added TypeScript defitions. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/269
1213

1314
### Tests
15+
1416
- Added regression tests to fix an unknown import issue for our `format-*` utils. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
1517
- Added tests for all `Dashboard` methods. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263
1618

1719
### Docs
20+
1821
- 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
1922

2023
### Migration Instructions
2124

22-
No changes required to start using v2.1.0 🎉
25+
No changes required to start using v2.1.0 🎉
26+
27+
## [3.0.0] - 2019-02-14
28+
29+
### Features
30+
31+
- Migrated from using `blessed` to [`neo-blessed`](https://github.com/embark-framework/neo-blessed) as the underlying terminal renderer. `neo-blessed` is a maintained fork of `blessed` and brings in some nice fixes for us. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/270
32+
- Added Prettier to the codebase 🎉 Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/270
33+
34+
### Docs
35+
36+
- Added a warning about deprecation of Node 6 support. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/270
37+
38+
### Migration Instructions
39+
40+
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.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webpack-dashboard
22

3+
![](https://img.shields.io/npm/v/webpack-dashboard.svg?style=flat)
4+
35
A CLI dashboard for your webpack dev server
46

57
### What's this all about?
@@ -18,7 +20,7 @@ That's cool, but it's mostly noise and scrolly and not super helpful. This plugi
1820

1921
### Use
2022

21-
**`webpack-dashboard@^2.1.1` requires Node 8 or above.** Previous versions support down to Node 6.
23+
**`webpack-dashboard@^3.0.0` requires Node 8 or above.** Previous versions support down to Node 6.
2224

2325
First, import the plugin and add it to your webpack config, or apply it to your compiler:
2426

0 commit comments

Comments
 (0)