diff --git a/CHANGELOG.md b/CHANGELOG.md index 0757b63..8e4d295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,35 @@ Every release, along with the migration instructions, is documented on the Githu ## [2.1.0] - 2019-01-29 ### Features + - 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 - Migrated to `inspectpack@4`. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263 - Added TypeScript defitions. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/269 ### Tests + - Added regression tests to fix an unknown import issue for our `format-*` utils. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263 - Added tests for all `Dashboard` methods. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/263 ### Docs + - 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 ### Migration Instructions -No changes required to start using v2.1.0 🎉 \ No newline at end of file +No changes required to start using v2.1.0 🎉 + +## [3.0.0] - 2019-02-14 + +### Features + +- 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 +- Added Prettier to the codebase 🎉 Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/270 + +### Docs + +- Added a warning about deprecation of Node 6 support. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/270 + +### Migration Instructions + +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. diff --git a/README.md b/README.md index 6a3fa56..6c4bf9e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # webpack-dashboard +![](https://img.shields.io/npm/v/webpack-dashboard.svg?style=flat) + A CLI dashboard for your webpack dev server ### 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 ### Use -**`webpack-dashboard@^2.1.1` requires Node 8 or above.** Previous versions support down to Node 6. +**`webpack-dashboard@^3.0.0` requires Node 8 or above.** Previous versions support down to Node 6. First, import the plugin and add it to your webpack config, or apply it to your compiler: