Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Latest commit

 

History

History
61 lines (34 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

61 lines (34 loc) · 3.02 KB

Change Log

This project adheres to Semantic Versioning.
Every release, along with the migration instructions, is documented on the Github Releases page.

[3.0.2] - 2019-03-28

Features

Migration Instructions

No changes required to start using v3.0.2 🎉.

[3.0.1] - 2019-03-26

Features

  • Use process.kill with SIGINT to gracefully exit the dashboard process. Included in: FormidableLabs#277 by @joakimbeng.
  • Update dependencies to address security warnings. Included in: FormidableLabs#275 by @stereobooster.

Migration Instructions

No changes required to start using v3.0.1 🎉. We do recommend adopting this patch as soon as possible to get the security upgrades.

[3.0.0] - 2019-02-14

Features

  • Migrated from using blessed to 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: FormidableLabs#270
  • Added Prettier to the codebase 🎉 Included in: FormidableLabs#270

Docs

Migration Instructions

With this release we are dropping support for Node 6 altogether. neo-blessed requires Node >= 8.0.0, 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.

[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: FormidableLabs#267
  • Migrated to inspectpack@4. Included in: FormidableLabs#263
  • Added TypeScript defitions. Included in: FormidableLabs#269

Tests

  • Added regression tests to fix an unknown import issue for our format-* utils. Included in: FormidableLabs#263
  • Added tests for all Dashboard methods. Included in: FormidableLabs#263

Docs

  • Added a Local Development section to the README to make it easier to contribute to webpack-dashboard. Included in: FormidableLabs#267

Migration Instructions

No changes required to start using v2.1.0 🎉